Html Css Color HEX #BB0FFA Electric Purple

📋 copy color: '#BB0FFA'

red 187 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #BB0FFA

Tints of Electric Purple #BB0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.32%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 41.37%
G = 3.32%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB0FFA (or 0xBB0FFA) is known color: Electric Purple. HEX triplet: BB, 0F and FA. RGB value is (187,15,250). Sum of RGB (Red+Green+Blue) = 187+15+250=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FFA is #44F005. Grayscale: #5C5C5C. Windows color (decimal): -4517894 or 16388027. OLE color: 16388027.

HSL color Cylindrical-coordinate representation of color #BB0FFA: hue angle of 283.91º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FFA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 15 250 -
CMYK 0.25 0.94 0 0.02
HSL 283.91º 0.96% 0.52% -
HSV(B) 283.91º 0.94% 0.98% -
XYZ 37.92 17.81 91.88 -
YUV 93.22 216.48 194.89 -
System Red Green Blue C M Y K H S L
Decimal 187 15 250 0.25 0.94 0 0.02 283.91 0.96 0.52
Hex BB F FA 19 5E 0 2 11C 60 34
Octal 273 17 372 31 136 0 2 434 140 64
Binary 10111011 1111 11111010 11001 1011110 0 10 100011100 1100000 110100

Color Harmonies of #BB0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FFA

Black with #BB0FFA

Text Example


Text Example

White with #BB0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FFA; }

 p { color: rgb(187,15,250); }

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

background-color css

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

 a { background-color: rgb(187,15,250); }

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

border-color css

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

 span { border-color: rgb(187,15,250); }

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