Html Css Color HEX #B063CB Medium Orchid

📋 copy color: '#B063CB'

red 176 ◦ green 99 ◦ blue 203

#B063CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B063CB

Tints of Medium Orchid #B063CB

RGB

 RED value IS 176 (69.14% from 255) = 36.82%

 GREEN value IS 99 (39.06% from 255) = 20.71%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 36.82%
G = 20.71%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B063CB (or 0xB063CB) is known color: Medium Orchid. HEX triplet: B0, 63 and CB. RGB value is (176,99,203). Sum of RGB (Red+Green+Blue) = 176+99+203=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #B063CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063CB is #4F9C34. Grayscale: #858585. Windows color (decimal): -5217333 or 13329328. OLE color: 13329328.

HSL color Cylindrical-coordinate representation of color #B063CB: hue angle of 284.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B063CB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 99 203 -
CMYK 0.13 0.51 0 0.20
HSL 284.42º 0.5% 0.59% -
HSV(B) 284.42º 0.51% 0.8% -
XYZ 33.15 22.47 59.09 -
YUV 133.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 176 99 203 0.13 0.51 0 0.20 284.42 0.5 0.59
Hex B0 63 CB D 33 0 14 11C 32 3B
Octal 260 143 313 15 63 0 24 434 62 73
Binary 10110000 1100011 11001011 1101 110011 0 10100 100011100 110010 111011

Color Harmonies of #B063CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B063CB

Black with #B063CB

Text Example


Text Example

White with #B063CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B063CB; }

 p { color: rgb(176,99,203); }

 H1.HeaderClassName
 {
   color: #B063CB;
 }
 .AnyTagClassName
 {
   color: #B063CB;
 }
</style>

background-color css

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

 a { background-color: rgb(176,99,203); }

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

border-color css

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

 span { border-color: rgb(176,99,203); }

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