Html Css Color HEX #BB25D6 Dark Orchid

📋 copy color: '#BB25D6'

red 187 ◦ green 37 ◦ blue 214

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

Shades of Dark Orchid #BB25D6

Tints of Dark Orchid #BB25D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 42.69%
G = 8.45%
B = 48.86%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB25D6 (or 0xBB25D6) is known color: Dark Orchid. HEX triplet: BB, 25 and D6. RGB value is (187,37,214). Sum of RGB (Red+Green+Blue) = 187+37+214=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB25D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB25D6 is #44DA29. Grayscale: #656565. Windows color (decimal): -4512298 or 14034363. OLE color: 14034363.

HSL color Cylindrical-coordinate representation of color #BB25D6: hue angle of 290.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB25D6 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 37 214 -
CMYK 0.13 0.83 0 0.16
HSL 290.85º 0.71% 0.49% -
HSV(B) 290.85º 0.83% 0.84% -
XYZ 33.29 16.74 65.1 -
YUV 102.03 191.2 188.61 -
System Red Green Blue C M Y K H S L
Decimal 187 37 214 0.13 0.83 0 0.16 290.85 0.71 0.49
Hex BB 25 D6 D 53 0 10 123 47 31
Octal 273 45 326 15 123 0 20 443 107 61
Binary 10111011 100101 11010110 1101 1010011 0 10000 100100011 1000111 110001

Color Harmonies of #BB25D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25D6

Black with #BB25D6

Text Example


Text Example

White with #BB25D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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