Html Css Color HEX #BB25F4 Electric Purple

📋 copy color: '#BB25F4'

red 187 ◦ green 37 ◦ blue 244

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

Shades of Electric Purple #BB25F4

Tints of Electric Purple #BB25F4

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.91%

 BLUE value IS 244 (95.7% from 255) = 52.14%

R = 39.96%
G = 7.91%
B = 52.14%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB25F4 (or 0xBB25F4) is known color: Electric Purple. HEX triplet: BB, 25 and F4. RGB value is (187,37,244). Sum of RGB (Red+Green+Blue) = 187+37+244=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB25F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB25F4 is #44DA0B. Grayscale: #686868. Windows color (decimal): -4512268 or 16000443. OLE color: 16000443.

HSL color Cylindrical-coordinate representation of color #BB25F4: hue angle of 283.48º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB25F4 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 37 244 -
CMYK 0.23 0.85 0 0.04
HSL 283.48º 0.9% 0.55% -
HSV(B) 283.48º 0.85% 0.96% -
XYZ 37.48 18.42 87.17 -
YUV 105.45 206.2 186.17 -
System Red Green Blue C M Y K H S L
Decimal 187 37 244 0.23 0.85 0 0.04 283.48 0.9 0.55
Hex BB 25 F4 17 55 0 4 11B 5A 37
Octal 273 45 364 27 125 0 4 433 132 67
Binary 10111011 100101 11110100 10111 1010101 0 100 100011011 1011010 110111

Color Harmonies of #BB25F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB25F4

Black with #BB25F4

Text Example


Text Example

White with #BB25F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB25F4; }

 p { color: rgb(187,37,244); }

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

background-color css

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

 a { background-color: rgb(187,37,244); }

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

border-color css

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

 span { border-color: rgb(187,37,244); }

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