Html Css Color HEX #B660D9 Medium Orchid

📋 copy color: '#B660D9'

red 182 ◦ green 96 ◦ blue 217

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

Shades of Medium Orchid #B660D9

Tints of Medium Orchid #B660D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.84%

R = 36.77%
G = 19.39%
B = 43.84%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B660D9 (or 0xB660D9) is known color: Medium Orchid. HEX triplet: B6, 60 and D9. RGB value is (182,96,217). Sum of RGB (Red+Green+Blue) = 182+96+217=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #B660D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B660D9 is #499F26. Grayscale: #878787. Windows color (decimal): -4824871 or 14246070. OLE color: 14246070.

HSL color Cylindrical-coordinate representation of color #B660D9: hue angle of 282.64º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B660D9 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 96 217 -
CMYK 0.16 0.56 0 0.15
HSL 282.64º 0.61% 0.61% -
HSV(B) 282.64º 0.56% 0.85% -
XYZ 36 23.32 68.25 -
YUV 135.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 182 96 217 0.16 0.56 0 0.15 282.64 0.61 0.61
Hex B6 60 D9 10 38 0 F 11B 3D 3D
Octal 266 140 331 20 70 0 17 433 75 75
Binary 10110110 1100000 11011001 10000 111000 0 1111 100011011 111101 111101

Color Harmonies of #B660D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B660D9

Black with #B660D9

Text Example


Text Example

White with #B660D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B660D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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