Html Css Color HEX #BC23DD Dark Orchid

📋 copy color: '#BC23DD'

red 188 ◦ green 35 ◦ blue 221

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

Shades of Dark Orchid #BC23DD

Tints of Dark Orchid #BC23DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 42.34%
G = 7.88%
B = 49.77%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC23DD (or 0xBC23DD) is known color: Dark Orchid. HEX triplet: BC, 23 and DD. RGB value is (188,35,221). Sum of RGB (Red+Green+Blue) = 188+35+221=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 35 (14.06% from 255 or 7.88% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23DD is #43DC22. Grayscale: #656565. Windows color (decimal): -4447267 or 14492604. OLE color: 14492604.

HSL color Cylindrical-coordinate representation of color #BC23DD: hue angle of 289.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC23DD is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 35 221 -
CMYK 0.15 0.84 0 0.13
HSL 289.35º 0.73% 0.5% -
HSV(B) 289.35º 0.84% 0.87% -
XYZ 34.39 17.11 69.9 -
YUV 101.95 195.19 189.38 -
System Red Green Blue C M Y K H S L
Decimal 188 35 221 0.15 0.84 0 0.13 289.35 0.73 0.5
Hex BC 23 DD F 54 0 D 121 49 32
Octal 274 43 335 17 124 0 15 441 111 62
Binary 10111100 100011 11011101 1111 1010100 0 1101 100100001 1001001 110010

Color Harmonies of #BC23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23DD

Black with #BC23DD

Text Example


Text Example

White with #BC23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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