Html Css Color HEX #B834BA Fuchsia

📋 copy color: '#B834BA'

red 184 ◦ green 52 ◦ blue 186

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

Shades of Fuchsia #B834BA

Tints of Fuchsia #B834BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 43.6%
G = 12.32%
B = 44.08%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B834BA (or 0xB834BA) is known color: Fuchsia. HEX triplet: B8, 34 and BA. RGB value is (184,52,186). Sum of RGB (Red+Green+Blue) = 184+52+186=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B834BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834BA is #47CB45. Grayscale: #6A6A6A. Windows color (decimal): -4705094 or 12203192. OLE color: 12203192.

HSL color Cylindrical-coordinate representation of color #B834BA: hue angle of 299.1º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B834BA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 52 186 -
CMYK 0.01 0.72 0 0.27
HSL 299.1º 0.56% 0.47% -
HSV(B) 299.1º 0.72% 0.73% -
XYZ 29.86 16.19 48.01 -
YUV 106.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 184 52 186 0.01 0.72 0 0.27 299.1 0.56 0.47
Hex B8 34 BA 1 48 0 1B 12B 38 2F
Octal 270 64 272 1 110 0 33 453 70 57
Binary 10111000 110100 10111010 1 1001000 0 11011 100101011 111000 101111

Color Harmonies of #B834BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834BA

Black with #B834BA

Text Example


Text Example

White with #B834BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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