Html Css Color HEX #BB25DE Dark Orchid

📋 copy color: '#BB25DE'

red 187 ◦ green 37 ◦ blue 222

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

Shades of Dark Orchid #BB25DE

Tints of Dark Orchid #BB25DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 41.93%
G = 8.3%
B = 49.78%

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

#BB25DE (or 0xBB25DE) is known color: Dark Orchid. HEX triplet: BB, 25 and DE. RGB value is (187,37,222). Sum of RGB (Red+Green+Blue) = 187+37+222=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB25DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25DE is #44DA21. Grayscale: #666666. Windows color (decimal): -4512290 or 14558651. OLE color: 14558651.

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

Color convert

RGB 187 37 222 -
CMYK 0.16 0.83 0 0.13
HSL 288.65º 0.74% 0.51% -
HSV(B) 288.65º 0.83% 0.87% -
XYZ 34.34 17.16 70.61 -
YUV 102.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 187 37 222 0.16 0.83 0 0.13 288.65 0.74 0.51
Hex BB 25 DE 10 53 0 D 121 4A 33
Octal 273 45 336 20 123 0 15 441 112 63
Binary 10111011 100101 11011110 10000 1010011 0 1101 100100001 1001010 110011

Color Harmonies of #BB25DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25DE

Black with #BB25DE

Text Example


Text Example

White with #BB25DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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