Html Css Color HEX #BB21F8 Electric Purple

📋 copy color: '#BB21F8'

red 187 ◦ green 33 ◦ blue 248

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

Shades of Electric Purple #BB21F8

Tints of Electric Purple #BB21F8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.05%

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 39.96%
G = 7.05%
B = 52.99%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB21F8 (or 0xBB21F8) is known color: Electric Purple. HEX triplet: BB, 21 and F8. RGB value is (187,33,248). Sum of RGB (Red+Green+Blue) = 187+33+248=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB21F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB21F8 is #44DE07. Grayscale: #666666. Windows color (decimal): -4513288 or 16261563. OLE color: 16261563.

HSL color Cylindrical-coordinate representation of color #BB21F8: hue angle of 282.98º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB21F8 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 33 248 -
CMYK 0.25 0.87 0 0.03
HSL 282.98º 0.94% 0.55% -
HSV(B) 282.98º 0.87% 0.97% -
XYZ 37.98 18.43 90.36 -
YUV 103.56 209.52 187.52 -
System Red Green Blue C M Y K H S L
Decimal 187 33 248 0.25 0.87 0 0.03 282.98 0.94 0.55
Hex BB 21 F8 19 57 0 3 11B 5E 37
Octal 273 41 370 31 127 0 3 433 136 67
Binary 10111011 100001 11111000 11001 1010111 0 11 100011011 1011110 110111

Color Harmonies of #BB21F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB21F8

Black with #BB21F8

Text Example


Text Example

White with #BB21F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB21F8; }

 p { color: rgb(187,33,248); }

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

background-color css

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

 a { background-color: rgb(187,33,248); }

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

border-color css

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

 span { border-color: rgb(187,33,248); }

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