Html Css Color HEX #BB29E5 Dark Orchid

📋 copy color: '#BB29E5'

red 187 ◦ green 41 ◦ blue 229

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

Shades of Dark Orchid #BB29E5

Tints of Dark Orchid #BB29E5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.97%

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

R = 40.92%
G = 8.97%
B = 50.11%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB29E5 (or 0xBB29E5) is known color: Dark Orchid. HEX triplet: BB, 29 and E5. RGB value is (187,41,229). Sum of RGB (Red+Green+Blue) = 187+41+229=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB29E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29E5 is #44D61A. Grayscale: #696969. Windows color (decimal): -4511259 or 15018427. OLE color: 15018427.

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

Color convert

RGB 187 41 229 -
CMYK 0.18 0.82 0 0.10
HSL 286.6º 0.78% 0.53% -
HSV(B) 286.6º 0.82% 0.9% -
XYZ 35.43 17.81 75.7 -
YUV 106.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 187 41 229 0.18 0.82 0 0.10 286.6 0.78 0.53
Hex BB 29 E5 12 52 0 A 11F 4E 35
Octal 273 51 345 22 122 0 12 437 116 65
Binary 10111011 101001 11100101 10010 1010010 0 1010 100011111 1001110 110101

Color Harmonies of #BB29E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29E5

Black with #BB29E5

Text Example


Text Example

White with #BB29E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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