Html Css Color HEX #B673DD Medium Orchid

📋 copy color: '#B673DD'

red 182 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #B673DD

Tints of Medium Orchid #B673DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 35.14%
G = 22.2%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B673DD (or 0xB673DD) is known color: Medium Orchid. HEX triplet: B6, 73 and DD. RGB value is (182,115,221). Sum of RGB (Red+Green+Blue) = 182+115+221=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B673DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673DD is #498C22. Grayscale: #929292. Windows color (decimal): -4820003 or 14513078. OLE color: 14513078.

HSL color Cylindrical-coordinate representation of color #B673DD: hue angle of 277.92º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B673DD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 115 221 -
CMYK 0.18 0.48 0 0.13
HSL 277.92º 0.61% 0.66% -
HSV(B) 277.92º 0.48% 0.87% -
XYZ 38.47 27.43 71.67 -
YUV 147.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 182 115 221 0.18 0.48 0 0.13 277.92 0.61 0.66
Hex B6 73 DD 12 30 0 D 116 3D 42
Octal 266 163 335 22 60 0 15 426 75 102
Binary 10110110 1110011 11011101 10010 110000 0 1101 100010110 111101 1000010

Color Harmonies of #B673DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673DD

Black with #B673DD

Text Example


Text Example

White with #B673DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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