Html Css Color HEX #B834FC Electric Purple

📋 copy color: '#B834FC'

red 184 ◦ green 52 ◦ blue 252

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

Shades of Electric Purple #B834FC

Tints of Electric Purple #B834FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 37.7%
G = 10.66%
B = 51.64%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B834FC (or 0xB834FC) is known color: Electric Purple. HEX triplet: B8, 34 and FC. RGB value is (184,52,252). Sum of RGB (Red+Green+Blue) = 184+52+252=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #B834FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B834FC is #47CB03. Grayscale: #717171. Windows color (decimal): -4705028 or 16528568. OLE color: 16528568.

HSL color Cylindrical-coordinate representation of color #B834FC: hue angle of 279.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B834FC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 52 252 -
CMYK 0.27 0.79 0 0.01
HSL 279.6º 0.97% 0.6% -
HSV(B) 279.6º 0.79% 0.99% -
XYZ 38.57 19.67 93.86 -
YUV 114.27 205.73 177.74 -
System Red Green Blue C M Y K H S L
Decimal 184 52 252 0.27 0.79 0 0.01 279.6 0.97 0.6
Hex B8 34 FC 1B 4F 0 1 118 61 3C
Octal 270 64 374 33 117 0 1 430 141 74
Binary 10111000 110100 11111100 11011 1001111 0 1 100011000 1100001 111100

Color Harmonies of #B834FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834FC

Black with #B834FC

Text Example


Text Example

White with #B834FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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