Html Css Color HEX #B430FB Electric Purple

📋 copy color: '#B430FB'

red 180 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #B430FB

Tints of Electric Purple #B430FB

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

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

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

R = 37.58%
G = 10.02%
B = 52.4%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B430FB (or 0xB430FB) is known color: Electric Purple. HEX triplet: B4, 30 and FB. RGB value is (180,48,251). Sum of RGB (Red+Green+Blue) = 180+48+251=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #B430FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430FB is #4BCF04. Grayscale: #6D6D6D. Windows color (decimal): -4968197 or 16462004. OLE color: 16462004.

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

Color convert

RGB 180 48 251 -
CMYK 0.28 0.81 0 0.02
HSL 279.01º 0.96% 0.59% -
HSV(B) 279.01º 0.81% 0.98% -
XYZ 37.29 18.78 92.93 -
YUV 110.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 180 48 251 0.28 0.81 0 0.02 279.01 0.96 0.59
Hex B4 30 FB 1C 51 0 2 117 60 3B
Octal 264 60 373 34 121 0 2 427 140 73
Binary 10110100 110000 11111011 11100 1010001 0 10 100010111 1100000 111011

Color Harmonies of #B430FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430FB

Black with #B430FB

Text Example


Text Example

White with #B430FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430FB; }

 p { color: rgb(180,48,251); }

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

background-color css

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

 a { background-color: rgb(180,48,251); }

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

border-color css

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

 span { border-color: rgb(180,48,251); }

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