Html Css Color HEX #B660DD Medium Orchid

📋 copy color: '#B660DD'

red 182 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #B660DD

Tints of Medium Orchid #B660DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

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

R = 36.47%
G = 19.24%
B = 44.29%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B660DD (or 0xB660DD) is known color: Medium Orchid. HEX triplet: B6, 60 and DD. RGB value is (182,96,221). Sum of RGB (Red+Green+Blue) = 182+96+221=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #B660DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660DD is #499F22. Grayscale: #878787. Windows color (decimal): -4824867 or 14508214. OLE color: 14508214.

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

Color convert

RGB 182 96 221 -
CMYK 0.18 0.57 0 0.13
HSL 281.28º 0.65% 0.62% -
HSV(B) 281.28º 0.57% 0.87% -
XYZ 36.53 23.53 71.02 -
YUV 135.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 182 96 221 0.18 0.57 0 0.13 281.28 0.65 0.62
Hex B6 60 DD 12 39 0 D 119 41 3E
Octal 266 140 335 22 71 0 15 431 101 76
Binary 10110110 1100000 11011101 10010 111001 0 1101 100011001 1000001 111110

Color Harmonies of #B660DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660DD

Black with #B660DD

Text Example


Text Example

White with #B660DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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