Html Css Color HEX #BC25DD Dark Orchid

📋 copy color: '#BC25DD'

red 188 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #BC25DD

Tints of Dark Orchid #BC25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 42.15%
G = 8.3%
B = 49.55%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC25DD (or 0xBC25DD) is known color: Dark Orchid. HEX triplet: BC, 25 and DD. RGB value is (188,37,221). Sum of RGB (Red+Green+Blue) = 188+37+221=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25DD is #43DA22. Grayscale: #666666. Windows color (decimal): -4446755 or 14493116. OLE color: 14493116.

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

Color convert

RGB 188 37 221 -
CMYK 0.15 0.83 0 0.13
HSL 289.24º 0.73% 0.51% -
HSV(B) 289.24º 0.83% 0.87% -
XYZ 34.45 17.23 69.92 -
YUV 103.13 194.53 188.54 -
System Red Green Blue C M Y K H S L
Decimal 188 37 221 0.15 0.83 0 0.13 289.24 0.73 0.51
Hex BC 25 DD F 53 0 D 121 49 33
Octal 274 45 335 17 123 0 15 441 111 63
Binary 10111100 100101 11011101 1111 1010011 0 1101 100100001 1001001 110011

Color Harmonies of #BC25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC25DD

Black with #BC25DD

Text Example


Text Example

White with #BC25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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