Html Css Color HEX #B848C0 Fuchsia

📋 copy color: '#B848C0'

red 184 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #B848C0

Tints of Fuchsia #B848C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.07%

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

R = 41.07%
G = 16.07%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B848C0 (or 0xB848C0) is known color: Fuchsia. HEX triplet: B8, 48 and C0. RGB value is (184,72,192). Sum of RGB (Red+Green+Blue) = 184+72+192=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #B848C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848C0 is #47B73F. Grayscale: #767676. Windows color (decimal): -4699968 or 12601528. OLE color: 12601528.

HSL color Cylindrical-coordinate representation of color #B848C0: hue angle of 296º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B848C0 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 72 192 -
CMYK 0.04 0.63 0 0.25
HSL 296º 0.49% 0.52% -
HSV(B) 296º 0.63% 0.75% -
XYZ 31.6 18.63 51.8 -
YUV 119.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 184 72 192 0.04 0.63 0 0.25 296 0.49 0.52
Hex B8 48 C0 4 3F 0 19 128 31 34
Octal 270 110 300 4 77 0 31 450 61 64
Binary 10111000 1001000 11000000 100 111111 0 11001 100101000 110001 110100

Color Harmonies of #B848C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848C0

Black with #B848C0

Text Example


Text Example

White with #B848C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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