Html Css Color HEX #BC25D8 Dark Orchid

📋 copy color: '#BC25D8'

red 188 ◦ green 37 ◦ blue 216

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

Shades of Dark Orchid #BC25D8

Tints of Dark Orchid #BC25D8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.39%

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 42.63%
G = 8.39%
B = 48.98%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC25D8 (or 0xBC25D8) is known color: Dark Orchid. HEX triplet: BC, 25 and D8. RGB value is (188,37,216). Sum of RGB (Red+Green+Blue) = 188+37+216=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC25D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25D8 is #43DA27. Grayscale: #656565. Windows color (decimal): -4446760 or 14165436. OLE color: 14165436.

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

Color convert

RGB 188 37 216 -
CMYK 0.13 0.83 0 0.15
HSL 290.61º 0.71% 0.5% -
HSV(B) 290.61º 0.83% 0.85% -
XYZ 33.8 16.97 66.46 -
YUV 102.56 192.03 188.95 -
System Red Green Blue C M Y K H S L
Decimal 188 37 216 0.13 0.83 0 0.15 290.61 0.71 0.5
Hex BC 25 D8 D 53 0 F 123 47 32
Octal 274 45 330 15 123 0 17 443 107 62
Binary 10111100 100101 11011000 1101 1010011 0 1111 100100011 1000111 110010

Color Harmonies of #BC25D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25D8

Black with #BC25D8

Text Example


Text Example

White with #BC25D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25D8; }

 p { color: rgb(188,37,216); }

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

background-color css

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

 a { background-color: rgb(188,37,216); }

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

border-color css

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

 span { border-color: rgb(188,37,216); }

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