Html Css Color HEX #B76ECC Medium Orchid

📋 copy color: '#B76ECC'

red 183 ◦ green 110 ◦ blue 204

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

Shades of Medium Orchid #B76ECC

Tints of Medium Orchid #B76ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 36.82%
G = 22.13%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B76ECC (or 0xB76ECC) is known color: Medium Orchid. HEX triplet: B7, 6E and CC. RGB value is (183,110,204). Sum of RGB (Red+Green+Blue) = 183+110+204=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ECC is #489133. Grayscale: #8E8E8E. Windows color (decimal): -4755764 or 13397687. OLE color: 13397687.

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

Color convert

RGB 183 110 204 -
CMYK 0.10 0.46 0 0.2
HSL 286.6º 0.48% 0.62% -
HSV(B) 286.6º 0.46% 0.8% -
XYZ 36 25.58 60.17 -
YUV 142.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 183 110 204 0.10 0.46 0 0.2 286.6 0.48 0.62
Hex B7 6E CC A 2E 0 14 11F 30 3E
Octal 267 156 314 12 56 0 24 437 60 76
Binary 10110111 1101110 11001100 1010 101110 0 10100 100011111 110000 111110

Color Harmonies of #B76ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ECC

Black with #B76ECC

Text Example


Text Example

White with #B76ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ECC; }

 p { color: rgb(183,110,204); }

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

background-color css

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

 a { background-color: rgb(183,110,204); }

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

border-color css

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

 span { border-color: rgb(183,110,204); }

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