Html Css Color HEX #BC5FDB Medium Orchid

📋 copy color: '#BC5FDB'

red 188 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #BC5FDB

Tints of Medium Orchid #BC5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

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

R = 37.45%
G = 18.92%
B = 43.63%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC5FDB (or 0xBC5FDB) is known color: Medium Orchid. HEX triplet: BC, 5F and DB. RGB value is (188,95,219). Sum of RGB (Red+Green+Blue) = 188+95+219=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FDB is #43A024. Grayscale: #888888. Windows color (decimal): -4431909 or 14376892. OLE color: 14376892.

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

Color convert

RGB 188 95 219 -
CMYK 0.14 0.57 0 0.14
HSL 285º 0.63% 0.62% -
HSV(B) 285º 0.57% 0.86% -
XYZ 37.62 23.99 69.67 -
YUV 136.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 188 95 219 0.14 0.57 0 0.14 285 0.63 0.62
Hex BC 5F DB E 39 0 E 11D 3F 3E
Octal 274 137 333 16 71 0 16 435 77 76
Binary 10111100 1011111 11011011 1110 111001 0 1110 100011101 111111 111110

Color Harmonies of #BC5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FDB

Black with #BC5FDB

Text Example


Text Example

White with #BC5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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