Html Css Color HEX #BB2CFC Electric Purple

📋 copy color: '#BB2CFC'

red 187 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #BB2CFC

Tints of Electric Purple #BB2CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.11%

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

R = 38.72%
G = 9.11%
B = 52.17%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB2CFC (or 0xBB2CFC) is known color: Electric Purple. HEX triplet: BB, 2C and FC. RGB value is (187,44,252). Sum of RGB (Red+Green+Blue) = 187+44+252=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CFC is #44D303. Grayscale: #6D6D6D. Windows color (decimal): -4510468 or 16526523. OLE color: 16526523.

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

Color convert

RGB 187 44 252 -
CMYK 0.26 0.83 0 0.01
HSL 281.25º 0.97% 0.58% -
HSV(B) 281.25º 0.83% 0.99% -
XYZ 38.96 19.39 93.79 -
YUV 110.47 207.88 182.59 -
System Red Green Blue C M Y K H S L
Decimal 187 44 252 0.26 0.83 0 0.01 281.25 0.97 0.58
Hex BB 2C FC 1A 53 0 1 119 61 3A
Octal 273 54 374 32 123 0 1 431 141 72
Binary 10111011 101100 11111100 11010 1010011 0 1 100011001 1100001 111010

Color Harmonies of #BB2CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CFC

Black with #BB2CFC

Text Example


Text Example

White with #BB2CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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