Html Css Color HEX #B673DC Medium Orchid

📋 copy color: '#B673DC'

red 182 ◦ green 115 ◦ blue 220

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

Shades of Medium Orchid #B673DC

Tints of Medium Orchid #B673DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.24%

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

R = 35.2%
G = 22.24%
B = 42.55%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B673DC (or 0xB673DC) is known color: Medium Orchid. HEX triplet: B6, 73 and DC. RGB value is (182,115,220). Sum of RGB (Red+Green+Blue) = 182+115+220=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B673DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673DC is #498C23. Grayscale: #929292. Windows color (decimal): -4820004 or 14447542. OLE color: 14447542.

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

Color convert

RGB 182 115 220 -
CMYK 0.17 0.48 0 0.14
HSL 278.29º 0.6% 0.66% -
HSV(B) 278.29º 0.48% 0.86% -
XYZ 38.34 27.37 70.97 -
YUV 147 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 182 115 220 0.17 0.48 0 0.14 278.29 0.6 0.66
Hex B6 73 DC 11 30 0 E 116 3C 42
Octal 266 163 334 21 60 0 16 426 74 102
Binary 10110110 1110011 11011100 10001 110000 0 1110 100010110 111100 1000010

Color Harmonies of #B673DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673DC

Black with #B673DC

Text Example


Text Example

White with #B673DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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