Html Css Color HEX #BB60DC Medium Orchid

📋 copy color: '#BB60DC'

red 187 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #BB60DC

Tints of Medium Orchid #BB60DC

RGB

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

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

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

R = 37.18%
G = 19.09%
B = 43.74%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB60DC (or 0xBB60DC) is known color: Medium Orchid. HEX triplet: BB, 60 and DC. RGB value is (187,96,220). Sum of RGB (Red+Green+Blue) = 187+96+220=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB60DC is #449F23. Grayscale: #888888. Windows color (decimal): -4497188 or 14442683. OLE color: 14442683.

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

Color convert

RGB 187 96 220 -
CMYK 0.15 0.56 0 0.14
HSL 284.03º 0.64% 0.62% -
HSV(B) 284.03º 0.56% 0.86% -
XYZ 37.59 24.1 70.38 -
YUV 137.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 187 96 220 0.15 0.56 0 0.14 284.03 0.64 0.62
Hex BB 60 DC F 38 0 E 11C 40 3E
Octal 273 140 334 17 70 0 16 434 100 76
Binary 10111011 1100000 11011100 1111 111000 0 1110 100011100 1000000 111110

Color Harmonies of #BB60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB60DC

Black with #BB60DC

Text Example


Text Example

White with #BB60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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