Html Css Color HEX #BB1DFF Electric Purple

📋 copy color: '#BB1DFF'

red 187 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #BB1DFF

Tints of Electric Purple #BB1DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.16%

 BLUE value IS 255 (100% from 255) = 54.14%

R = 39.7%
G = 6.16%
B = 54.14%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB1DFF (or 0xBB1DFF) is known color: Electric Purple. HEX triplet: BB, 1D and FF. RGB value is (187,29,255). Sum of RGB (Red+Green+Blue) = 187+29+255=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 29 (11.72% from 255 or 6.16% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1DFF is #44E200. Grayscale: #656565. Windows color (decimal): -4514305 or 16719291. OLE color: 16719291.

HSL color Cylindrical-coordinate representation of color #BB1DFF: hue angle of 281.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1DFF is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 29 255 -
CMYK 0.27 0.89 0 0
HSL 281.95º 1% 0.56% -
HSV(B) 281.95º 0.89% 1% -
XYZ 38.98 18.66 96.16 -
YUV 102.01 214.35 188.62 -
System Red Green Blue C M Y K H S L
Decimal 187 29 255 0.27 0.89 0 0 281.95 1 0.56
Hex BB 1D FF 1B 59 0 0 11A 64 38
Octal 273 35 377 33 131 0 0 432 144 70
Binary 10111011 11101 11111111 11011 1011001 0 0 100011010 1100100 111000

Color Harmonies of #BB1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DFF

Black with #BB1DFF

Text Example


Text Example

White with #BB1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DFF; }

 p { color: rgb(187,29,255); }

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

background-color css

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

 a { background-color: rgb(187,29,255); }

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

border-color css

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

 span { border-color: rgb(187,29,255); }

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