Html Css Color HEX #BC24D6 Dark Orchid

📋 copy color: '#BC24D6'

red 188 ◦ green 36 ◦ blue 214

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

Shades of Dark Orchid #BC24D6

Tints of Dark Orchid #BC24D6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.22%

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 42.92%
G = 8.22%
B = 48.86%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC24D6 (or 0xBC24D6) is known color: Dark Orchid. HEX triplet: BC, 24 and D6. RGB value is (188,36,214). Sum of RGB (Red+Green+Blue) = 188+36+214=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC24D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24D6 is #43DB29. Grayscale: #656565. Windows color (decimal): -4447018 or 14034108. OLE color: 14034108.

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

Color convert

RGB 188 36 214 -
CMYK 0.12 0.83 0 0.16
HSL 291.24º 0.71% 0.49% -
HSV(B) 291.24º 0.83% 0.84% -
XYZ 33.51 16.81 65.1 -
YUV 101.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 188 36 214 0.12 0.83 0 0.16 291.24 0.71 0.49
Hex BC 24 D6 C 53 0 10 123 47 31
Octal 274 44 326 14 123 0 20 443 107 61
Binary 10111100 100100 11010110 1100 1010011 0 10000 100100011 1000111 110001

Color Harmonies of #BC24D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24D6

Black with #BC24D6

Text Example


Text Example

White with #BC24D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24D6; }

 p { color: rgb(188,36,214); }

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

background-color css

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

 a { background-color: rgb(188,36,214); }

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

border-color css

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

 span { border-color: rgb(188,36,214); }

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