Html Css Color HEX #B840C2 Fuchsia

📋 copy color: '#B840C2'

red 184 ◦ green 64 ◦ blue 194

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

Shades of Fuchsia #B840C2

Tints of Fuchsia #B840C2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.48%

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 41.63%
G = 14.48%
B = 43.89%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B840C2 (or 0xB840C2) is known color: Fuchsia. HEX triplet: B8, 40 and C2. RGB value is (184,64,194). Sum of RGB (Red+Green+Blue) = 184+64+194=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #B840C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B840C2 is #47BF3D. Grayscale: #727272. Windows color (decimal): -4702014 or 12730552. OLE color: 12730552.

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

Color convert

RGB 184 64 194 -
CMYK 0.05 0.67 0 0.24
HSL 295.38º 0.52% 0.51% -
HSV(B) 295.38º 0.67% 0.76% -
XYZ 31.34 17.75 52.81 -
YUV 114.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 184 64 194 0.05 0.67 0 0.24 295.38 0.52 0.51
Hex B8 40 C2 5 43 0 18 127 34 33
Octal 270 100 302 5 103 0 30 447 64 63
Binary 10111000 1000000 11000010 101 1000011 0 11000 100100111 110100 110011

Color Harmonies of #B840C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B840C2

Black with #B840C2

Text Example


Text Example

White with #B840C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B840C2; }

 p { color: rgb(184,64,194); }

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

background-color css

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

 a { background-color: rgb(184,64,194); }

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

border-color css

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

 span { border-color: rgb(184,64,194); }

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