Html Css Color HEX #B430FF Electric Purple

📋 copy color: '#B430FF'

red 180 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #B430FF

Tints of Electric Purple #B430FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 37.27%
G = 9.94%
B = 52.8%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B430FF (or 0xB430FF) is known color: Electric Purple. HEX triplet: B4, 30 and FF. RGB value is (180,48,255). Sum of RGB (Red+Green+Blue) = 180+48+255=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #B430FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B430FF is #4BCF00. Grayscale: #6E6E6E. Windows color (decimal): -4968193 or 16724148. OLE color: 16724148.

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

Color convert

RGB 180 48 255 -
CMYK 0.29 0.81 0 0
HSL 278.26º 1% 0.59% -
HSV(B) 278.26º 0.81% 1% -
XYZ 37.93 19.04 96.28 -
YUV 111.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 180 48 255 0.29 0.81 0 0 278.26 1 0.59
Hex B4 30 FF 1D 51 0 0 116 64 3B
Octal 264 60 377 35 121 0 0 426 144 73
Binary 10110100 110000 11111111 11101 1010001 0 0 100010110 1100100 111011

Color Harmonies of #B430FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B430FF

Black with #B430FF

Text Example


Text Example

White with #B430FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B430FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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