Html Css Color HEX #B836C0 Fuchsia

📋 copy color: '#B836C0'

red 184 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #B836C0

Tints of Fuchsia #B836C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 42.79%
G = 12.56%
B = 44.65%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B836C0 (or 0xB836C0) is known color: Fuchsia. HEX triplet: B8, 36 and C0. RGB value is (184,54,192). Sum of RGB (Red+Green+Blue) = 184+54+192=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #B836C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B836C0 is #47C93F. Grayscale: #6C6C6C. Windows color (decimal): -4704576 or 12596920. OLE color: 12596920.

HSL color Cylindrical-coordinate representation of color #B836C0: hue angle of 296.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B836C0 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 54 192 -
CMYK 0.04 0.72 0 0.25
HSL 296.52º 0.56% 0.48% -
HSV(B) 296.52º 0.72% 0.75% -
XYZ 30.6 16.63 51.47 -
YUV 108.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 184 54 192 0.04 0.72 0 0.25 296.52 0.56 0.48
Hex B8 36 C0 4 48 0 19 129 38 30
Octal 270 66 300 4 110 0 31 451 70 60
Binary 10111000 110110 11000000 100 1001000 0 11001 100101001 111000 110000

Color Harmonies of #B836C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B836C0

Black with #B836C0

Text Example


Text Example

White with #B836C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B836C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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