Html Css Color HEX #B76BCB Medium Orchid

📋 copy color: '#B76BCB'

red 183 ◦ green 107 ◦ blue 203

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

Shades of Medium Orchid #B76BCB

Tints of Medium Orchid #B76BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.7%

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

R = 37.12%
G = 21.7%
B = 41.18%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76BCB (or 0xB76BCB) is known color: Medium Orchid. HEX triplet: B7, 6B and CB. RGB value is (183,107,203). Sum of RGB (Red+Green+Blue) = 183+107+203=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCB is #489434. Grayscale: #8C8C8C. Windows color (decimal): -4756533 or 13331383. OLE color: 13331383.

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

Color convert

RGB 183 107 203 -
CMYK 0.10 0.47 0 0.20
HSL 287.5º 0.48% 0.61% -
HSV(B) 287.5º 0.47% 0.8% -
XYZ 35.57 24.89 59.43 -
YUV 140.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 183 107 203 0.10 0.47 0 0.20 287.5 0.48 0.61
Hex B7 6B CB A 2F 0 14 120 30 3D
Octal 267 153 313 12 57 0 24 440 60 75
Binary 10110111 1101011 11001011 1010 101111 0 10100 100100000 110000 111101

Color Harmonies of #B76BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BCB

Black with #B76BCB

Text Example


Text Example

White with #B76BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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