Html Css Color HEX #BB25D9 Dark Orchid

📋 copy color: '#BB25D9'

red 187 ◦ green 37 ◦ blue 217

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

Shades of Dark Orchid #BB25D9

Tints of Dark Orchid #BB25D9

RGB

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

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

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

R = 42.4%
G = 8.39%
B = 49.21%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB25D9 (or 0xBB25D9) is known color: Dark Orchid. HEX triplet: BB, 25 and D9. RGB value is (187,37,217). Sum of RGB (Red+Green+Blue) = 187+37+217=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25D9 is #44DA26. Grayscale: #656565. Windows color (decimal): -4512295 or 14230971. OLE color: 14230971.

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

Color convert

RGB 187 37 217 -
CMYK 0.14 0.83 0 0.15
HSL 290º 0.71% 0.5% -
HSV(B) 290º 0.83% 0.85% -
XYZ 33.68 16.9 67.13 -
YUV 102.37 192.7 188.36 -
System Red Green Blue C M Y K H S L
Decimal 187 37 217 0.14 0.83 0 0.15 290 0.71 0.5
Hex BB 25 D9 E 53 0 F 122 47 32
Octal 273 45 331 16 123 0 17 442 107 62
Binary 10111011 100101 11011001 1110 1010011 0 1111 100100010 1000111 110010

Color Harmonies of #BB25D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25D9

Black with #BB25D9

Text Example


Text Example

White with #BB25D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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