Html Css Color HEX #BB30FB Electric Purple

📋 copy color: '#BB30FB'

red 187 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #BB30FB

Tints of Electric Purple #BB30FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.88%

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 38.48%
G = 9.88%
B = 51.65%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB30FB (or 0xBB30FB) is known color: Electric Purple. HEX triplet: BB, 30 and FB. RGB value is (187,48,251). Sum of RGB (Red+Green+Blue) = 187+48+251=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB30FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30FB is #44CF04. Grayscale: #707070. Windows color (decimal): -4509445 or 16462011. OLE color: 16462011.

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

Color convert

RGB 187 48 251 -
CMYK 0.25 0.81 0 0.02
HSL 281.08º 0.96% 0.59% -
HSV(B) 281.08º 0.81% 0.98% -
XYZ 38.96 19.64 93 -
YUV 112.7 206.05 180.99 -
System Red Green Blue C M Y K H S L
Decimal 187 48 251 0.25 0.81 0 0.02 281.08 0.96 0.59
Hex BB 30 FB 19 51 0 2 119 60 3B
Octal 273 60 373 31 121 0 2 431 140 73
Binary 10111011 110000 11111011 11001 1010001 0 10 100011001 1100000 111011

Color Harmonies of #BB30FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30FB

Black with #BB30FB

Text Example


Text Example

White with #BB30FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30FB; }

 p { color: rgb(187,48,251); }

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

background-color css

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

 a { background-color: rgb(187,48,251); }

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

border-color css

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

 span { border-color: rgb(187,48,251); }

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