Html Css Color HEX #BC23DB Dark Orchid

📋 copy color: '#BC23DB'

red 188 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #BC23DB

Tints of Dark Orchid #BC23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.92%

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

R = 42.53%
G = 7.92%
B = 49.55%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC23DB (or 0xBC23DB) is known color: Dark Orchid. HEX triplet: BC, 23 and DB. RGB value is (188,35,219). Sum of RGB (Red+Green+Blue) = 188+35+219=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23DB is #43DC24. Grayscale: #656565. Windows color (decimal): -4447269 or 14361532. OLE color: 14361532.

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

Color convert

RGB 188 35 219 -
CMYK 0.14 0.84 0 0.14
HSL 289.89º 0.72% 0.5% -
HSV(B) 289.89º 0.84% 0.86% -
XYZ 34.13 17.01 68.5 -
YUV 101.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 188 35 219 0.14 0.84 0 0.14 289.89 0.72 0.5
Hex BC 23 DB E 54 0 E 122 48 32
Octal 274 43 333 16 124 0 16 442 110 62
Binary 10111100 100011 11011011 1110 1010100 0 1110 100100010 1001000 110010

Color Harmonies of #BC23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23DB

Black with #BC23DB

Text Example


Text Example

White with #BC23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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