Html Css Color HEX #B660DC Medium Orchid

📋 copy color: '#B660DC'

red 182 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #B660DC

Tints of Medium Orchid #B660DC

RGB

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

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

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

R = 36.55%
G = 19.28%
B = 44.18%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B660DC (or 0xB660DC) is known color: Medium Orchid. HEX triplet: B6, 60 and DC. RGB value is (182,96,220). Sum of RGB (Red+Green+Blue) = 182+96+220=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B660DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660DC is #499F23. Grayscale: #878787. Windows color (decimal): -4824868 or 14442678. OLE color: 14442678.

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

Color convert

RGB 182 96 220 -
CMYK 0.17 0.56 0 0.14
HSL 281.61º 0.64% 0.62% -
HSV(B) 281.61º 0.56% 0.86% -
XYZ 36.39 23.48 70.32 -
YUV 135.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 182 96 220 0.17 0.56 0 0.14 281.61 0.64 0.62
Hex B6 60 DC 11 38 0 E 11A 40 3E
Octal 266 140 334 21 70 0 16 432 100 76
Binary 10110110 1100000 11011100 10001 111000 0 1110 100011010 1000000 111110

Color Harmonies of #B660DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660DC

Black with #B660DC

Text Example


Text Example

White with #B660DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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