Html Css Color HEX #BC23E0 Dark Orchid

📋 copy color: '#BC23E0'

red 188 ◦ green 35 ◦ blue 224

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

Shades of Dark Orchid #BC23E0

Tints of Dark Orchid #BC23E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 42.06%
G = 7.83%
B = 50.11%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC23E0 (or 0xBC23E0) is known color: Dark Orchid. HEX triplet: BC, 23 and E0. RGB value is (188,35,224). Sum of RGB (Red+Green+Blue) = 188+35+224=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC23E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23E0 is #43DC1F. Grayscale: #656565. Windows color (decimal): -4447264 or 14689212. OLE color: 14689212.

HSL color Cylindrical-coordinate representation of color #BC23E0: hue angle of 288.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC23E0 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 35 224 -
CMYK 0.16 0.84 0 0.12
HSL 288.57º 0.75% 0.51% -
HSV(B) 288.57º 0.84% 0.88% -
XYZ 34.79 17.28 72.02 -
YUV 102.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 188 35 224 0.16 0.84 0 0.12 288.57 0.75 0.51
Hex BC 23 E0 10 54 0 C 121 4B 33
Octal 274 43 340 20 124 0 14 441 113 63
Binary 10111100 100011 11100000 10000 1010100 0 1100 100100001 1001011 110011

Color Harmonies of #BC23E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23E0

Black with #BC23E0

Text Example


Text Example

White with #BC23E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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