Html Css Color HEX #B76CD9 Medium Orchid

📋 copy color: '#B76CD9'

red 183 ◦ green 108 ◦ blue 217

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

Shades of Medium Orchid #B76CD9

Tints of Medium Orchid #B76CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 36.02%
G = 21.26%
B = 42.72%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B76CD9 (or 0xB76CD9) is known color: Medium Orchid. HEX triplet: B7, 6C and D9. RGB value is (183,108,217). Sum of RGB (Red+Green+Blue) = 183+108+217=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #B76CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CD9 is #489326. Grayscale: #8E8E8E. Windows color (decimal): -4756263 or 14249143. OLE color: 14249143.

HSL color Cylindrical-coordinate representation of color #B76CD9: hue angle of 281.28º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76CD9 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 108 217 -
CMYK 0.16 0.50 0 0.15
HSL 281.28º 0.59% 0.64% -
HSV(B) 281.28º 0.5% 0.85% -
XYZ 37.42 25.8 68.65 -
YUV 142.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 183 108 217 0.16 0.50 0 0.15 281.28 0.59 0.64
Hex B7 6C D9 10 32 0 F 119 3B 40
Octal 267 154 331 20 62 0 17 431 73 100
Binary 10110111 1101100 11011001 10000 110010 0 1111 100011001 111011 1000000

Color Harmonies of #B76CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CD9

Black with #B76CD9

Text Example


Text Example

White with #B76CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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