Html Css Color HEX #B76CCB Medium Orchid

📋 copy color: '#B76CCB'

red 183 ◦ green 108 ◦ blue 203

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

Shades of Medium Orchid #B76CCB

Tints of Medium Orchid #B76CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

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

R = 37.04%
G = 21.86%
B = 41.09%

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

#B76CCB (or 0xB76CCB) is known color: Medium Orchid. HEX triplet: B7, 6C and CB. RGB value is (183,108,203). Sum of RGB (Red+Green+Blue) = 183+108+203=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCB is #489334. Grayscale: #8C8C8C. Windows color (decimal): -4756277 or 13331639. OLE color: 13331639.

HSL color Cylindrical-coordinate representation of color #B76CCB: hue angle of 287.37º 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 #B76CCB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 108 203 -
CMYK 0.10 0.47 0 0.20
HSL 287.37º 0.48% 0.61% -
HSV(B) 287.37º 0.47% 0.8% -
XYZ 35.67 25.1 59.47 -
YUV 141.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 183 108 203 0.10 0.47 0 0.20 287.37 0.48 0.61
Hex B7 6C CB A 2F 0 14 11F 30 3D
Octal 267 154 313 12 57 0 24 437 60 75
Binary 10110111 1101100 11001011 1010 101111 0 10100 100011111 110000 111101

Color Harmonies of #B76CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CCB

Black with #B76CCB

Text Example


Text Example

White with #B76CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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