Html Css Color HEX #B845C1 Fuchsia

📋 copy color: '#B845C1'

red 184 ◦ green 69 ◦ blue 193

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

Shades of Fuchsia #B845C1

Tints of Fuchsia #B845C1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.47%

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 41.26%
G = 15.47%
B = 43.27%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B845C1 (or 0xB845C1) is known color: Fuchsia. HEX triplet: B8, 45 and C1. RGB value is (184,69,193). Sum of RGB (Red+Green+Blue) = 184+69+193=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #B845C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B845C1 is #47BA3E. Grayscale: #757575. Windows color (decimal): -4700735 or 12666296. OLE color: 12666296.

HSL color Cylindrical-coordinate representation of color #B845C1: hue angle of 295.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B845C1 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 69 193 -
CMYK 0.05 0.64 0 0.24
HSL 295.65º 0.5% 0.51% -
HSV(B) 295.65º 0.64% 0.76% -
XYZ 31.52 18.3 52.32 -
YUV 117.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 184 69 193 0.05 0.64 0 0.24 295.65 0.5 0.51
Hex B8 45 C1 5 40 0 18 128 32 33
Octal 270 105 301 5 100 0 30 450 62 63
Binary 10111000 1000101 11000001 101 1000000 0 11000 100101000 110010 110011

Color Harmonies of #B845C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845C1

Black with #B845C1

Text Example


Text Example

White with #B845C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845C1; }

 p { color: rgb(184,69,193); }

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

background-color css

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

 a { background-color: rgb(184,69,193); }

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

border-color css

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

 span { border-color: rgb(184,69,193); }

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