Html Css Color HEX #BC60DB Medium Orchid

📋 copy color: '#BC60DB'

red 188 ◦ green 96 ◦ blue 219

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

Shades of Medium Orchid #BC60DB

Tints of Medium Orchid #BC60DB

RGB

 RED value IS 188 (73.83% from 255) = 37.38%

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 37.38%
G = 19.09%
B = 43.54%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC60DB (or 0xBC60DB) is known color: Medium Orchid. HEX triplet: BC, 60 and DB. RGB value is (188,96,219). Sum of RGB (Red+Green+Blue) = 188+96+219=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60DB is #439F24. Grayscale: #898989. Windows color (decimal): -4431653 or 14377148. OLE color: 14377148.

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

Color convert

RGB 188 96 219 -
CMYK 0.14 0.56 0 0.14
HSL 284.88º 0.63% 0.62% -
HSV(B) 284.88º 0.56% 0.86% -
XYZ 37.71 24.17 69.7 -
YUV 137.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 188 96 219 0.14 0.56 0 0.14 284.88 0.63 0.62
Hex BC 60 DB E 38 0 E 11D 3F 3E
Octal 274 140 333 16 70 0 16 435 77 76
Binary 10111100 1100000 11011011 1110 111000 0 1110 100011101 111111 111110

Color Harmonies of #BC60DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC60DB

Black with #BC60DB

Text Example


Text Example

White with #BC60DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC60DB; }

 p { color: rgb(188,96,219); }

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

background-color css

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

 a { background-color: rgb(188,96,219); }

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

border-color css

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

 span { border-color: rgb(188,96,219); }

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