Html Css Color HEX #BC2ADB Dark Orchid

📋 copy color: '#BC2ADB'

red 188 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #BC2ADB

Tints of Dark Orchid #BC2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.35%

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

R = 41.87%
G = 9.35%
B = 48.78%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC2ADB (or 0xBC2ADB) is known color: Dark Orchid. HEX triplet: BC, 2A and DB. RGB value is (188,42,219). Sum of RGB (Red+Green+Blue) = 188+42+219=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2ADB is #43D524. Grayscale: #696969. Windows color (decimal): -4445477 or 14363324. OLE color: 14363324.

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

Color convert

RGB 188 42 219 -
CMYK 0.14 0.81 0 0.14
HSL 289.49º 0.71% 0.51% -
HSV(B) 289.49º 0.81% 0.86% -
XYZ 34.35 17.46 68.58 -
YUV 105.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 188 42 219 0.14 0.81 0 0.14 289.49 0.71 0.51
Hex BC 2A DB E 51 0 E 121 47 33
Octal 274 52 333 16 121 0 16 441 107 63
Binary 10111100 101010 11011011 1110 1010001 0 1110 100100001 1000111 110011

Color Harmonies of #BC2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2ADB

Black with #BC2ADB

Text Example


Text Example

White with #BC2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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