Html Css Color HEX #BB25DD Dark Orchid

📋 copy color: '#BB25DD'

red 187 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #BB25DD

Tints of Dark Orchid #BB25DD

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

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

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

R = 42.02%
G = 8.31%
B = 49.66%

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

#BB25DD (or 0xBB25DD) is known color: Dark Orchid. HEX triplet: BB, 25 and DD. RGB value is (187,37,221). Sum of RGB (Red+Green+Blue) = 187+37+221=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25DD is #44DA22. Grayscale: #666666. Windows color (decimal): -4512291 or 14493115. OLE color: 14493115.

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

Color convert

RGB 187 37 221 -
CMYK 0.15 0.83 0 0.13
HSL 288.91º 0.73% 0.51% -
HSV(B) 288.91º 0.83% 0.87% -
XYZ 34.21 17.11 69.91 -
YUV 102.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 187 37 221 0.15 0.83 0 0.13 288.91 0.73 0.51
Hex BB 25 DD F 53 0 D 121 49 33
Octal 273 45 335 17 123 0 15 441 111 63
Binary 10111011 100101 11011101 1111 1010011 0 1101 100100001 1001001 110011

Color Harmonies of #BB25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25DD

Black with #BB25DD

Text Example


Text Example

White with #BB25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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