#B63CF9

Color #B63CF9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B63CF9

Tints of Medium Orchid #B63CF9

Color information

#B63CF9 (or 0xB63CF9) is unknown color: approx Medium Orchid. HEX triplet: B6, 3C and F9. RGB value is (182,60,249). Sum of RGB (Red+Green+Blue) = 182+60+249=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #B63CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B63CF9 is #49C306. Grayscale: #757575. Windows color (decimal): -4834055 or 16334006. OLE color: 16334006.

HSL color Cylindrical-coordinate representation of color #B63CF9: hue angle of 278.73º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B63CF9 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18260249-
CMYK0.270.7600.02
HSL278.73º94.03%60.59%-
HSV(B)278.73º75.9%97.65%-
XYZ38.0120.0291.48-
YUV118.02201.92173.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 60 (23.83% from 255) = 12.22%
BLUE value IS 249 (97.66% from 255) = 50.71%
R=37.07%
G=12.22%
B=50.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182602490.270.7600.02278.7394.0360.59
HexB63CF91B4C021175e3d
Octal26674371331140242713675
Binary10110110111100111110011101110011000101000101111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63CF9; }

 p { color: rgb(182,60,249); }

 H1.HeaderClassName
 {
   color: #B63CF9;
 }
 .AnyTagClassName
 {
   color: #B63CF9;
 }
</style>
background-color css

<style>
 a { background-color: #B63CF9; }

 a { background-color: rgb(182,60,249); }

 div.DivClassName
 {
   background-color: #B63CF9;
 }
 .BgClassName
 {
   background-color: #B63CF9;
 }
</style>
border-color css

<style>
 span { border-color: #B63CF9; }

 span { border-color: rgb(182,60,249); }

 td.TdClassName
 {
   border-color: #B63CF9;
 }
 .TagClassName
 {
   border-color: #B63CF9;
 }
</style>