Html Css Color HEX #BB1CFF Electric Purple

📋 copy color: '#BB1CFF'

red 187 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #BB1CFF

Tints of Electric Purple #BB1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.96%

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

R = 39.79%
G = 5.96%
B = 54.26%

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

#BB1CFF (or 0xBB1CFF) is known color: Electric Purple. HEX triplet: BB, 1C and FF. RGB value is (187,28,255). Sum of RGB (Red+Green+Blue) = 187+28+255=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1CFF is #44E300. Grayscale: #646464. Windows color (decimal): -4514561 or 16719035. OLE color: 16719035.

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

Color convert

RGB 187 28 255 -
CMYK 0.27 0.89 0 0
HSL 282.03º 1% 0.55% -
HSV(B) 282.03º 0.89% 1% -
XYZ 38.96 18.62 96.15 -
YUV 101.42 214.68 189.04 -
System Red Green Blue C M Y K H S L
Decimal 187 28 255 0.27 0.89 0 0 282.03 1 0.55
Hex BB 1C FF 1B 59 0 0 11A 64 37
Octal 273 34 377 33 131 0 0 432 144 67
Binary 10111011 11100 11111111 11011 1011001 0 0 100011010 1100100 110111

Color Harmonies of #BB1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CFF

Black with #BB1CFF

Text Example


Text Example

White with #BB1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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