Html Css Color HEX #B676DB Medium Orchid

📋 copy color: '#B676DB'

red 182 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #B676DB

Tints of Medium Orchid #B676DB

RGB

 RED value IS 182 (71.48% from 255) = 35.07%

 GREEN value IS 118 (46.48% from 255) = 22.74%

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

R = 35.07%
G = 22.74%
B = 42.2%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B676DB (or 0xB676DB) is known color: Medium Orchid. HEX triplet: B6, 76 and DB. RGB value is (182,118,219). Sum of RGB (Red+Green+Blue) = 182+118+219=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B676DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676DB is #498924. Grayscale: #949494. Windows color (decimal): -4819237 or 14382774. OLE color: 14382774.

HSL color Cylindrical-coordinate representation of color #B676DB: hue angle of 278.02º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B676DB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 118 219 -
CMYK 0.17 0.46 0 0.14
HSL 278.02º 0.58% 0.66% -
HSV(B) 278.02º 0.46% 0.86% -
XYZ 38.56 28.02 70.39 -
YUV 148.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 182 118 219 0.17 0.46 0 0.14 278.02 0.58 0.66
Hex B6 76 DB 11 2E 0 E 116 3A 42
Octal 266 166 333 21 56 0 16 426 72 102
Binary 10110110 1110110 11011011 10001 101110 0 1110 100010110 111010 1000010

Color Harmonies of #B676DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B676DB

Black with #B676DB

Text Example


Text Example

White with #B676DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B676DB; }

 p { color: rgb(182,118,219); }

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

background-color css

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

 a { background-color: rgb(182,118,219); }

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

border-color css

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

 span { border-color: rgb(182,118,219); }

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