Html Css Color HEX #B837C0 Fuchsia

📋 copy color: '#B837C0'

red 184 ◦ green 55 ◦ blue 192

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

Shades of Fuchsia #B837C0

Tints of Fuchsia #B837C0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.76%

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

R = 42.69%
G = 12.76%
B = 44.55%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B837C0 (or 0xB837C0) is known color: Fuchsia. HEX triplet: B8, 37 and C0. RGB value is (184,55,192). Sum of RGB (Red+Green+Blue) = 184+55+192=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #B837C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B837C0 is #47C83F. Grayscale: #6C6C6C. Windows color (decimal): -4704320 or 12597176. OLE color: 12597176.

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

Color convert

RGB 184 55 192 -
CMYK 0.04 0.71 0 0.25
HSL 296.5º 0.55% 0.48% -
HSV(B) 296.5º 0.71% 0.75% -
XYZ 30.65 16.73 51.48 -
YUV 109.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 184 55 192 0.04 0.71 0 0.25 296.5 0.55 0.48
Hex B8 37 C0 4 47 0 19 128 37 30
Octal 270 67 300 4 107 0 31 450 67 60
Binary 10111000 110111 11000000 100 1000111 0 11001 100101000 110111 110000

Color Harmonies of #B837C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B837C0

Black with #B837C0

Text Example


Text Example

White with #B837C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B837C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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