Html Css Color HEX #BC2DDB Dark Orchid

📋 copy color: '#BC2DDB'

red 188 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #BC2DDB

Tints of Dark Orchid #BC2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

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

R = 41.59%
G = 9.96%
B = 48.45%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC2DDB (or 0xBC2DDB) is known color: Dark Orchid. HEX triplet: BC, 2D and DB. RGB value is (188,45,219). Sum of RGB (Red+Green+Blue) = 188+45+219=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DDB is #43D224. Grayscale: #6B6B6B. Windows color (decimal): -4444709 or 14364092. OLE color: 14364092.

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

Color convert

RGB 188 45 219 -
CMYK 0.14 0.79 0 0.14
HSL 289.31º 0.71% 0.52% -
HSV(B) 289.31º 0.79% 0.86% -
XYZ 34.46 17.68 68.61 -
YUV 107.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 188 45 219 0.14 0.79 0 0.14 289.31 0.71 0.52
Hex BC 2D DB E 4F 0 E 121 47 34
Octal 274 55 333 16 117 0 16 441 107 64
Binary 10111100 101101 11011011 1110 1001111 0 1110 100100001 1000111 110100

Color Harmonies of #BC2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DDB

Black with #BC2DDB

Text Example


Text Example

White with #BC2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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