Html Css Color HEX #B836C8 Fuchsia

📋 copy color: '#B836C8'

red 184 ◦ green 54 ◦ blue 200

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

Shades of Fuchsia #B836C8

Tints of Fuchsia #B836C8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.33%

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 42.01%
G = 12.33%
B = 45.66%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B836C8 (or 0xB836C8) is known color: Fuchsia. HEX triplet: B8, 36 and C8. RGB value is (184,54,200). Sum of RGB (Red+Green+Blue) = 184+54+200=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #B836C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836C8 is #47C937. Grayscale: #6D6D6D. Windows color (decimal): -4704568 or 13121208. OLE color: 13121208.

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

Color convert

RGB 184 54 200 -
CMYK 0.08 0.73 0 0.22
HSL 293.42º 0.57% 0.5% -
HSV(B) 293.42º 0.73% 0.78% -
XYZ 31.51 17 56.26 -
YUV 109.51 179.07 181.13 -
System Red Green Blue C M Y K H S L
Decimal 184 54 200 0.08 0.73 0 0.22 293.42 0.57 0.5
Hex B8 36 C8 8 49 0 16 125 39 32
Octal 270 66 310 10 111 0 26 445 71 62
Binary 10111000 110110 11001000 1000 1001001 0 10110 100100101 111001 110010

Color Harmonies of #B836C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836C8

Black with #B836C8

Text Example


Text Example

White with #B836C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836C8; }

 p { color: rgb(184,54,200); }

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

background-color css

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

 a { background-color: rgb(184,54,200); }

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

border-color css

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

 span { border-color: rgb(184,54,200); }

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