Html Css Color HEX #B662DD Medium Orchid

📋 copy color: '#B662DD'

red 182 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #B662DD

Tints of Medium Orchid #B662DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.56%

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

R = 36.33%
G = 19.56%
B = 44.11%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B662DD (or 0xB662DD) is known color: Medium Orchid. HEX triplet: B6, 62 and DD. RGB value is (182,98,221). Sum of RGB (Red+Green+Blue) = 182+98+221=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #B662DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662DD is #499D22. Grayscale: #888888. Windows color (decimal): -4824355 or 14508726. OLE color: 14508726.

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

Color convert

RGB 182 98 221 -
CMYK 0.18 0.56 0 0.13
HSL 280.98º 0.64% 0.63% -
HSV(B) 280.98º 0.56% 0.87% -
XYZ 36.71 23.9 71.09 -
YUV 137.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 182 98 221 0.18 0.56 0 0.13 280.98 0.64 0.63
Hex B6 62 DD 12 38 0 D 119 40 3F
Octal 266 142 335 22 70 0 15 431 100 77
Binary 10110110 1100010 11011101 10010 111000 0 1101 100011001 1000000 111111

Color Harmonies of #B662DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662DD

Black with #B662DD

Text Example


Text Example

White with #B662DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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