Html Css Color HEX #B834BE Fuchsia

📋 copy color: '#B834BE'

red 184 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #B834BE

Tints of Fuchsia #B834BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 43.19%
G = 12.21%
B = 44.6%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B834BE (or 0xB834BE) is known color: Fuchsia. HEX triplet: B8, 34 and BE. RGB value is (184,52,190). Sum of RGB (Red+Green+Blue) = 184+52+190=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #B834BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834BE is #47CB41. Grayscale: #6A6A6A. Windows color (decimal): -4705090 or 12465336. OLE color: 12465336.

HSL color Cylindrical-coordinate representation of color #B834BE: hue angle of 297.39º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B834BE is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 52 190 -
CMYK 0.03 0.73 0 0.25
HSL 297.39º 0.57% 0.47% -
HSV(B) 297.39º 0.73% 0.75% -
XYZ 30.29 16.36 50.28 -
YUV 107.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 184 52 190 0.03 0.73 0 0.25 297.39 0.57 0.47
Hex B8 34 BE 3 49 0 19 129 39 2F
Octal 270 64 276 3 111 0 31 451 71 57
Binary 10111000 110100 10111110 11 1001001 0 11001 100101001 111001 101111

Color Harmonies of #B834BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834BE

Black with #B834BE

Text Example


Text Example

White with #B834BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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