Html Css Color HEX #B834C7 Fuchsia

📋 copy color: '#B834C7'

red 184 ◦ green 52 ◦ blue 199

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

Shades of Fuchsia #B834C7

Tints of Fuchsia #B834C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.75%

R = 42.3%
G = 11.95%
B = 45.75%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B834C7 (or 0xB834C7) is known color: Fuchsia. HEX triplet: B8, 34 and C7. RGB value is (184,52,199). Sum of RGB (Red+Green+Blue) = 184+52+199=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #B834C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834C7 is #47CB38. Grayscale: #6B6B6B. Windows color (decimal): -4705081 or 13055160. OLE color: 13055160.

HSL color Cylindrical-coordinate representation of color #B834C7: hue angle of 293.88º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B834C7 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 52 199 -
CMYK 0.08 0.74 0 0.22
HSL 293.88º 0.59% 0.49% -
HSV(B) 293.88º 0.74% 0.78% -
XYZ 31.3 16.77 55.62 -
YUV 108.23 179.23 182.05 -
System Red Green Blue C M Y K H S L
Decimal 184 52 199 0.08 0.74 0 0.22 293.88 0.59 0.49
Hex B8 34 C7 8 4A 0 16 126 3B 31
Octal 270 64 307 10 112 0 26 446 73 61
Binary 10111000 110100 11000111 1000 1001010 0 10110 100100110 111011 110001

Color Harmonies of #B834C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834C7

Black with #B834C7

Text Example


Text Example

White with #B834C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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