Html Css Color HEX #BB1FFC Electric Purple

📋 copy color: '#BB1FFC'

red 187 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #BB1FFC

Tints of Electric Purple #BB1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.6%

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 39.79%
G = 6.6%
B = 53.62%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB1FFC (or 0xBB1FFC) is known color: Electric Purple. HEX triplet: BB, 1F and FC. RGB value is (187,31,252). Sum of RGB (Red+Green+Blue) = 187+31+252=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB1FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1FFC is #44E003. Grayscale: #666666. Windows color (decimal): -4513796 or 16523195. OLE color: 16523195.

HSL color Cylindrical-coordinate representation of color #BB1FFC: hue angle of 282.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1FFC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 31 252 -
CMYK 0.26 0.88 0 0.01
HSL 282.35º 0.97% 0.55% -
HSV(B) 282.35º 0.88% 0.99% -
XYZ 38.55 18.57 93.65 -
YUV 102.84 212.18 188.03 -
System Red Green Blue C M Y K H S L
Decimal 187 31 252 0.26 0.88 0 0.01 282.35 0.97 0.55
Hex BB 1F FC 1A 58 0 1 11A 61 37
Octal 273 37 374 32 130 0 1 432 141 67
Binary 10111011 11111 11111100 11010 1011000 0 1 100011010 1100001 110111

Color Harmonies of #BB1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1FFC

Black with #BB1FFC

Text Example


Text Example

White with #BB1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1FFC; }

 p { color: rgb(187,31,252); }

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

background-color css

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

 a { background-color: rgb(187,31,252); }

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

border-color css

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

 span { border-color: rgb(187,31,252); }

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