Html Css Color HEX #BB60DD Medium Orchid

📋 copy color: '#BB60DD'

red 187 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #BB60DD

Tints of Medium Orchid #BB60DD

RGB

 RED value IS 187 (73.44% from 255) = 37.1%

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

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

R = 37.1%
G = 19.05%
B = 43.85%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB60DD (or 0xBB60DD) is known color: Medium Orchid. HEX triplet: BB, 60 and DD. RGB value is (187,96,221). Sum of RGB (Red+Green+Blue) = 187+96+221=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60DD is #449F22. Grayscale: #898989. Windows color (decimal): -4497187 or 14508219. OLE color: 14508219.

HSL color Cylindrical-coordinate representation of color #BB60DD: hue angle of 283.68º 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 #BB60DD is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 96 221 -
CMYK 0.15 0.57 0 0.13
HSL 283.68º 0.65% 0.62% -
HSV(B) 283.68º 0.57% 0.87% -
XYZ 37.73 24.15 71.08 -
YUV 137.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 187 96 221 0.15 0.57 0 0.13 283.68 0.65 0.62
Hex BB 60 DD F 39 0 D 11C 41 3E
Octal 273 140 335 17 71 0 15 434 101 76
Binary 10111011 1100000 11011101 1111 111001 0 1101 100011100 1000001 111110

Color Harmonies of #BB60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60DD

Black with #BB60DD

Text Example


Text Example

White with #BB60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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