Html Css Color HEX #B76ECE Medium Orchid

📋 copy color: '#B76ECE'

red 183 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #B76ECE

Tints of Medium Orchid #B76ECE

RGB

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

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

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

R = 36.67%
G = 22.04%
B = 41.28%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B76ECE (or 0xB76ECE) is known color: Medium Orchid. HEX triplet: B7, 6E and CE. RGB value is (183,110,206). Sum of RGB (Red+Green+Blue) = 183+110+206=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #B76ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ECE is #489131. Grayscale: #8E8E8E. Windows color (decimal): -4755762 or 13528759. OLE color: 13528759.

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

Color convert

RGB 183 110 206 -
CMYK 0.11 0.47 0 0.19
HSL 285.63º 0.49% 0.62% -
HSV(B) 285.63º 0.47% 0.81% -
XYZ 36.24 25.68 61.44 -
YUV 142.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 183 110 206 0.11 0.47 0 0.19 285.63 0.49 0.62
Hex B7 6E CE B 2F 0 13 11E 31 3E
Octal 267 156 316 13 57 0 23 436 61 76
Binary 10110111 1101110 11001110 1011 101111 0 10011 100011110 110001 111110

Color Harmonies of #B76ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ECE

Black with #B76ECE

Text Example


Text Example

White with #B76ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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