Html Css Color HEX #BC25D9 Dark Orchid

📋 copy color: '#BC25D9'

red 188 ◦ green 37 ◦ blue 217

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

Shades of Dark Orchid #BC25D9

Tints of Dark Orchid #BC25D9

RGB

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

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

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

R = 42.53%
G = 8.37%
B = 49.1%

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

#BC25D9 (or 0xBC25D9) is known color: Dark Orchid. HEX triplet: BC, 25 and D9. RGB value is (188,37,217). Sum of RGB (Red+Green+Blue) = 188+37+217=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25D9 is #43DA26. Grayscale: #666666. Windows color (decimal): -4446759 or 14230972. OLE color: 14230972.

HSL color Cylindrical-coordinate representation of color #BC25D9: hue angle of 290.33º 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 #BC25D9 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 37 217 -
CMYK 0.13 0.83 0 0.15
HSL 290.33º 0.71% 0.5% -
HSV(B) 290.33º 0.83% 0.85% -
XYZ 33.92 17.02 67.14 -
YUV 102.67 192.53 188.86 -
System Red Green Blue C M Y K H S L
Decimal 188 37 217 0.13 0.83 0 0.15 290.33 0.71 0.5
Hex BC 25 D9 D 53 0 F 122 47 32
Octal 274 45 331 15 123 0 17 442 107 62
Binary 10111100 100101 11011001 1101 1010011 0 1111 100100010 1000111 110010

Color Harmonies of #BC25D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25D9

Black with #BC25D9

Text Example


Text Example

White with #BC25D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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