Html Css Color HEX #B82FC1 Fuchsia

📋 copy color: '#B82FC1'

red 184 ◦ green 47 ◦ blue 193

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

Shades of Fuchsia #B82FC1

Tints of Fuchsia #B82FC1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

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

R = 43.4%
G = 11.08%
B = 45.52%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B82FC1 (or 0xB82FC1) is known color: Fuchsia. HEX triplet: B8, 2F and C1. RGB value is (184,47,193). Sum of RGB (Red+Green+Blue) = 184+47+193=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #B82FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FC1 is #47D03E. Grayscale: #686868. Windows color (decimal): -4706367 or 12660664. OLE color: 12660664.

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

Color convert

RGB 184 47 193 -
CMYK 0.05 0.76 0 0.24
HSL 296.3º 0.61% 0.47% -
HSV(B) 296.3º 0.76% 0.76% -
XYZ 30.41 16.07 51.95 -
YUV 104.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 184 47 193 0.05 0.76 0 0.24 296.3 0.61 0.47
Hex B8 2F C1 5 4C 0 18 128 3D 2F
Octal 270 57 301 5 114 0 30 450 75 57
Binary 10111000 101111 11000001 101 1001100 0 11000 100101000 111101 101111

Color Harmonies of #B82FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FC1

Black with #B82FC1

Text Example


Text Example

White with #B82FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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