Html Css Color HEX #BC23DC Dark Orchid

📋 copy color: '#BC23DC'

red 188 ◦ green 35 ◦ blue 220

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

Shades of Dark Orchid #BC23DC

Tints of Dark Orchid #BC23DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 42.44%
G = 7.9%
B = 49.66%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC23DC (or 0xBC23DC) is known color: Dark Orchid. HEX triplet: BC, 23 and DC. RGB value is (188,35,220). Sum of RGB (Red+Green+Blue) = 188+35+220=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23DC is #43DC23. Grayscale: #656565. Windows color (decimal): -4447268 or 14427068. OLE color: 14427068.

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

Color convert

RGB 188 35 220 -
CMYK 0.15 0.84 0 0.14
HSL 289.62º 0.73% 0.5% -
HSV(B) 289.62º 0.84% 0.86% -
XYZ 34.26 17.06 69.2 -
YUV 101.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 188 35 220 0.15 0.84 0 0.14 289.62 0.73 0.5
Hex BC 23 DC F 54 0 E 122 49 32
Octal 274 43 334 17 124 0 16 442 111 62
Binary 10111100 100011 11011100 1111 1010100 0 1110 100100010 1001001 110010

Color Harmonies of #BC23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23DC

Black with #BC23DC

Text Example


Text Example

White with #BC23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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