Html Css Color HEX #B224FB Electric Purple

📋 copy color: '#B224FB'

red 178 ◦ green 36 ◦ blue 251

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

Shades of Electric Purple #B224FB

Tints of Electric Purple #B224FB

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

 GREEN value IS 36 (14.45% from 255) = 7.74%

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

R = 38.28%
G = 7.74%
B = 53.98%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B224FB (or 0xB224FB) is known color: Electric Purple. HEX triplet: B2, 24 and FB. RGB value is (178,36,251). Sum of RGB (Red+Green+Blue) = 178+36+251=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #B224FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B224FB is #4DDB04. Grayscale: #666666. Windows color (decimal): -5102341 or 16458930. OLE color: 16458930.

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

Color convert

RGB 178 36 251 -
CMYK 0.29 0.86 0 0.02
HSL 279.63º 0.96% 0.56% -
HSV(B) 279.63º 0.86% 0.98% -
XYZ 36.4 17.69 92.76 -
YUV 102.97 211.54 181.52 -
System Red Green Blue C M Y K H S L
Decimal 178 36 251 0.29 0.86 0 0.02 279.63 0.96 0.56
Hex B2 24 FB 1D 56 0 2 118 60 38
Octal 262 44 373 35 126 0 2 430 140 70
Binary 10110010 100100 11111011 11101 1010110 0 10 100011000 1100000 111000

Color Harmonies of #B224FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B224FB

Black with #B224FB

Text Example


Text Example

White with #B224FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B224FB; }

 p { color: rgb(178,36,251); }

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

background-color css

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

 a { background-color: rgb(178,36,251); }

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

border-color css

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

 span { border-color: rgb(178,36,251); }

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