Html Css Color HEX #B830FF Electric Purple

📋 copy color: '#B830FF'

red 184 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #B830FF

Tints of Electric Purple #B830FF

RGB

 RED value IS 184 (72.27% from 255) = 37.78%

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

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

R = 37.78%
G = 9.86%
B = 52.36%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B830FF (or 0xB830FF) is known color: Electric Purple. HEX triplet: B8, 30 and FF. RGB value is (184,48,255). Sum of RGB (Red+Green+Blue) = 184+48+255=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #B830FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830FF is #47CF00. Grayscale: #6F6F6F. Windows color (decimal): -4706049 or 16724152. OLE color: 16724152.

HSL color Cylindrical-coordinate representation of color #B830FF: hue angle of 279.42º 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 #B830FF is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 48 255 -
CMYK 0.28 0.81 0 0
HSL 279.42º 1% 0.59% -
HSV(B) 279.42º 0.81% 1% -
XYZ 38.87 19.52 96.33 -
YUV 112.26 208.56 179.17 -
System Red Green Blue C M Y K H S L
Decimal 184 48 255 0.28 0.81 0 0 279.42 1 0.59
Hex B8 30 FF 1C 51 0 0 117 64 3B
Octal 270 60 377 34 121 0 0 427 144 73
Binary 10111000 110000 11111111 11100 1010001 0 0 100010111 1100100 111011

Color Harmonies of #B830FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830FF

Black with #B830FF

Text Example


Text Example

White with #B830FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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