Html Css Color HEX #B76CCE Medium Orchid

📋 copy color: '#B76CCE'

red 183 ◦ green 108 ◦ blue 206

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

Shades of Medium Orchid #B76CCE

Tints of Medium Orchid #B76CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 36.82%
G = 21.73%
B = 41.45%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B76CCE (or 0xB76CCE) is known color: Medium Orchid. HEX triplet: B7, 6C and CE. RGB value is (183,108,206). Sum of RGB (Red+Green+Blue) = 183+108+206=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B76CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CCE is #489331. Grayscale: #8D8D8D. Windows color (decimal): -4756274 or 13528247. OLE color: 13528247.

HSL color Cylindrical-coordinate representation of color #B76CCE: hue angle of 285.92º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76CCE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 108 206 -
CMYK 0.11 0.48 0 0.19
HSL 285.92º 0.5% 0.62% -
HSV(B) 285.92º 0.48% 0.81% -
XYZ 36.03 25.25 61.37 -
YUV 141.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 183 108 206 0.11 0.48 0 0.19 285.92 0.5 0.62
Hex B7 6C CE B 30 0 13 11E 32 3E
Octal 267 154 316 13 60 0 23 436 62 76
Binary 10110111 1101100 11001110 1011 110000 0 10011 100011110 110010 111110

Color Harmonies of #B76CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CCE

Black with #B76CCE

Text Example


Text Example

White with #B76CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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