Html Css Color HEX #BB25DF Dark Orchid

📋 copy color: '#BB25DF'

red 187 ◦ green 37 ◦ blue 223

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

Shades of Dark Orchid #BB25DF

Tints of Dark Orchid #BB25DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 41.83%
G = 8.28%
B = 49.89%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB25DF (or 0xBB25DF) is known color: Dark Orchid. HEX triplet: BB, 25 and DF. RGB value is (187,37,223). Sum of RGB (Red+Green+Blue) = 187+37+223=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25DF is #44DA20. Grayscale: #666666. Windows color (decimal): -4512289 or 14624187. OLE color: 14624187.

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

Color convert

RGB 187 37 223 -
CMYK 0.16 0.83 0 0.13
HSL 288.39º 0.74% 0.51% -
HSV(B) 288.39º 0.83% 0.87% -
XYZ 34.47 17.22 71.32 -
YUV 103.05 195.7 187.88 -
System Red Green Blue C M Y K H S L
Decimal 187 37 223 0.16 0.83 0 0.13 288.39 0.74 0.51
Hex BB 25 DF 10 53 0 D 120 4A 33
Octal 273 45 337 20 123 0 15 440 112 63
Binary 10111011 100101 11011111 10000 1010011 0 1101 100100000 1001010 110011

Color Harmonies of #BB25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25DF

Black with #BB25DF

Text Example


Text Example

White with #BB25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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