Html Css Color HEX #BB28E5 Dark Orchid

📋 copy color: '#BB28E5'

red 187 ◦ green 40 ◦ blue 229

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

Shades of Dark Orchid #BB28E5

Tints of Dark Orchid #BB28E5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

 BLUE value IS 229 (89.84% from 255) = 50.22%

R = 41.01%
G = 8.77%
B = 50.22%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB28E5 (or 0xBB28E5) is known color: Dark Orchid. HEX triplet: BB, 28 and E5. RGB value is (187,40,229). Sum of RGB (Red+Green+Blue) = 187+40+229=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB28E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28E5 is #44D71A. Grayscale: #686868. Windows color (decimal): -4511515 or 15018171. OLE color: 15018171.

HSL color Cylindrical-coordinate representation of color #BB28E5: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB28E5 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 40 229 -
CMYK 0.18 0.83 0 0.10
HSL 286.67º 0.78% 0.53% -
HSV(B) 286.67º 0.83% 0.9% -
XYZ 35.4 17.74 75.69 -
YUV 105.5 197.7 186.13 -
System Red Green Blue C M Y K H S L
Decimal 187 40 229 0.18 0.83 0 0.10 286.67 0.78 0.53
Hex BB 28 E5 12 53 0 A 11F 4E 35
Octal 273 50 345 22 123 0 12 437 116 65
Binary 10111011 101000 11100101 10010 1010011 0 1010 100011111 1001110 110101

Color Harmonies of #BB28E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28E5

Black with #BB28E5

Text Example


Text Example

White with #BB28E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28E5; }

 p { color: rgb(187,40,229); }

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

background-color css

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

 a { background-color: rgb(187,40,229); }

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

border-color css

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

 span { border-color: rgb(187,40,229); }

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