Html Css Color HEX #BB30FC Electric Purple

📋 copy color: '#BB30FC'

red 187 ◦ green 48 ◦ blue 252

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

Shades of Electric Purple #BB30FC

Tints of Electric Purple #BB30FC

RGB

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

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

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

R = 38.4%
G = 9.86%
B = 51.75%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB30FC (or 0xBB30FC) is known color: Electric Purple. HEX triplet: BB, 30 and FC. RGB value is (187,48,252). Sum of RGB (Red+Green+Blue) = 187+48+252=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB30FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30FC is #44CF03. Grayscale: #707070. Windows color (decimal): -4509444 or 16527547. OLE color: 16527547.

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

Color convert

RGB 187 48 252 -
CMYK 0.26 0.81 0 0.01
HSL 280.88º 0.97% 0.59% -
HSV(B) 280.88º 0.81% 0.99% -
XYZ 39.12 19.71 93.84 -
YUV 112.82 206.55 180.91 -
System Red Green Blue C M Y K H S L
Decimal 187 48 252 0.26 0.81 0 0.01 280.88 0.97 0.59
Hex BB 30 FC 1A 51 0 1 119 61 3B
Octal 273 60 374 32 121 0 1 431 141 73
Binary 10111011 110000 11111100 11010 1010001 0 1 100011001 1100001 111011

Color Harmonies of #BB30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30FC

Black with #BB30FC

Text Example


Text Example

White with #BB30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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