Html Css Color HEX #B676DC Medium Orchid

📋 copy color: '#B676DC'

red 182 ◦ green 118 ◦ blue 220

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

Shades of Medium Orchid #B676DC

Tints of Medium Orchid #B676DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 35%
G = 22.69%
B = 42.31%

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

#B676DC (or 0xB676DC) is known color: Medium Orchid. HEX triplet: B6, 76 and DC. RGB value is (182,118,220). Sum of RGB (Red+Green+Blue) = 182+118+220=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B676DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676DC is #498923. Grayscale: #949494. Windows color (decimal): -4819236 or 14448310. OLE color: 14448310.

HSL color Cylindrical-coordinate representation of color #B676DC: hue angle of 277.65º degrees, saturation: 0.59, 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 #B676DC is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 118 220 -
CMYK 0.17 0.46 0 0.14
HSL 277.65º 0.59% 0.66% -
HSV(B) 277.65º 0.46% 0.86% -
XYZ 38.69 28.07 71.09 -
YUV 148.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 182 118 220 0.17 0.46 0 0.14 277.65 0.59 0.66
Hex B6 76 DC 11 2E 0 E 116 3B 42
Octal 266 166 334 21 56 0 16 426 73 102
Binary 10110110 1110110 11011100 10001 101110 0 1110 100010110 111011 1000010

Color Harmonies of #B676DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B676DC

Black with #B676DC

Text Example


Text Example

White with #B676DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B676DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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