Html Css Color HEX #BC23D9 Dark Orchid

📋 copy color: '#BC23D9'

red 188 ◦ green 35 ◦ blue 217

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

Shades of Dark Orchid #BC23D9

Tints of Dark Orchid #BC23D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 42.73%
G = 7.95%
B = 49.32%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC23D9 (or 0xBC23D9) is known color: Dark Orchid. HEX triplet: BC, 23 and D9. RGB value is (188,35,217). Sum of RGB (Red+Green+Blue) = 188+35+217=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23D9 is #43DC26. Grayscale: #646464. Windows color (decimal): -4447271 or 14230460. OLE color: 14230460.

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

Color convert

RGB 188 35 217 -
CMYK 0.13 0.84 0 0.15
HSL 290.44º 0.72% 0.49% -
HSV(B) 290.44º 0.84% 0.85% -
XYZ 33.86 16.9 67.12 -
YUV 101.5 193.19 189.7 -
System Red Green Blue C M Y K H S L
Decimal 188 35 217 0.13 0.84 0 0.15 290.44 0.72 0.49
Hex BC 23 D9 D 54 0 F 122 48 31
Octal 274 43 331 15 124 0 17 442 110 61
Binary 10111100 100011 11011001 1101 1010100 0 1111 100100010 1001000 110001

Color Harmonies of #BC23D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23D9

Black with #BC23D9

Text Example


Text Example

White with #BC23D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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