Html Css Color HEX #B76EDB Medium Orchid

📋 copy color: '#B76EDB'

red 183 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #B76EDB

Tints of Medium Orchid #B76EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 35.74%
G = 21.48%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B76EDB (or 0xB76EDB) is known color: Medium Orchid. HEX triplet: B7, 6E and DB. RGB value is (183,110,219). Sum of RGB (Red+Green+Blue) = 183+110+219=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B76EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EDB is #489124. Grayscale: #8F8F8F. Windows color (decimal): -4755749 or 14380727. OLE color: 14380727.

HSL color Cylindrical-coordinate representation of color #B76EDB: hue angle of 280.18º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76EDB is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 110 219 -
CMYK 0.16 0.50 0 0.14
HSL 280.18º 0.6% 0.65% -
HSV(B) 280.18º 0.5% 0.86% -
XYZ 37.89 26.33 70.1 -
YUV 144.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 183 110 219 0.16 0.50 0 0.14 280.18 0.6 0.65
Hex B7 6E DB 10 32 0 E 118 3C 41
Octal 267 156 333 20 62 0 16 430 74 101
Binary 10110111 1101110 11011011 10000 110010 0 1110 100011000 111100 1000001

Color Harmonies of #B76EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EDB

Black with #B76EDB

Text Example


Text Example

White with #B76EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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