Html Css Color HEX #B834FF Electric Purple

📋 copy color: '#B834FF'

red 184 ◦ green 52 ◦ blue 255

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

Shades of Electric Purple #B834FF

Tints of Electric Purple #B834FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.59%

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

R = 37.47%
G = 10.59%
B = 51.93%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B834FF (or 0xB834FF) is known color: Electric Purple. HEX triplet: B8, 34 and FF. RGB value is (184,52,255). Sum of RGB (Red+Green+Blue) = 184+52+255=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #B834FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834FF is #47CB00. Grayscale: #717171. Windows color (decimal): -4705025 or 16725176. OLE color: 16725176.

HSL color Cylindrical-coordinate representation of color #B834FF: hue angle of 279.01º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B834FF is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 52 255 -
CMYK 0.28 0.80 0 0
HSL 279.01º 1% 0.6% -
HSV(B) 279.01º 0.8% 1% -
XYZ 39.05 19.87 96.38 -
YUV 114.61 207.23 177.49 -
System Red Green Blue C M Y K H S L
Decimal 184 52 255 0.28 0.80 0 0 279.01 1 0.6
Hex B8 34 FF 1C 50 0 0 117 64 3C
Octal 270 64 377 34 120 0 0 427 144 74
Binary 10111000 110100 11111111 11100 1010000 0 0 100010111 1100100 111100

Color Harmonies of #B834FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834FF

Black with #B834FF

Text Example


Text Example

White with #B834FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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