Html Css Color HEX #B76ECD Medium Orchid

📋 copy color: '#B76ECD'

red 183 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B76ECD

Tints of Medium Orchid #B76ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 36.75%
G = 22.09%
B = 41.16%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76ECD (or 0xB76ECD) is known color: Medium Orchid. HEX triplet: B7, 6E and CD. RGB value is (183,110,205). Sum of RGB (Red+Green+Blue) = 183+110+205=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #B76ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ECD is #489132. Grayscale: #8E8E8E. Windows color (decimal): -4755763 or 13463223. OLE color: 13463223.

HSL color Cylindrical-coordinate representation of color #B76ECD: hue angle of 286.11º degrees, saturation: 0.49, 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 #B76ECD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 110 205 -
CMYK 0.11 0.46 0 0.20
HSL 286.11º 0.49% 0.62% -
HSV(B) 286.11º 0.46% 0.8% -
XYZ 36.12 25.63 60.8 -
YUV 142.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 183 110 205 0.11 0.46 0 0.20 286.11 0.49 0.62
Hex B7 6E CD B 2E 0 14 11E 31 3E
Octal 267 156 315 13 56 0 24 436 61 76
Binary 10110111 1101110 11001101 1011 101110 0 10100 100011110 110001 111110

Color Harmonies of #B76ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ECD

Black with #B76ECD

Text Example


Text Example

White with #B76ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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