Html Css Color HEX #B76FCB Medium Orchid

📋 copy color: '#B76FCB'

red 183 ◦ green 111 ◦ blue 203

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

Shades of Medium Orchid #B76FCB

Tints of Medium Orchid #B76FCB

RGB

 RED value IS 183 (71.88% from 255) = 36.82%

 GREEN value IS 111 (43.75% from 255) = 22.33%

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

R = 36.82%
G = 22.33%
B = 40.85%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76FCB (or 0xB76FCB) is known color: Medium Orchid. HEX triplet: B7, 6F and CB. RGB value is (183,111,203). Sum of RGB (Red+Green+Blue) = 183+111+203=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCB is #489034. Grayscale: #8E8E8E. Windows color (decimal): -4755509 or 13332407. OLE color: 13332407.

HSL color Cylindrical-coordinate representation of color #B76FCB: hue angle of 286.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B76FCB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 111 203 -
CMYK 0.10 0.45 0 0.20
HSL 286.96º 0.47% 0.62% -
HSV(B) 286.96º 0.45% 0.8% -
XYZ 35.99 25.75 59.57 -
YUV 143.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 183 111 203 0.10 0.45 0 0.20 286.96 0.47 0.62
Hex B7 6F CB A 2D 0 14 11F 2F 3E
Octal 267 157 313 12 55 0 24 437 57 76
Binary 10110111 1101111 11001011 1010 101101 0 10100 100011111 101111 111110

Color Harmonies of #B76FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FCB

Black with #B76FCB

Text Example


Text Example

White with #B76FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FCB; }

 p { color: rgb(183,111,203); }

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

background-color css

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

 a { background-color: rgb(183,111,203); }

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

border-color css

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

 span { border-color: rgb(183,111,203); }

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