Html Css Color HEX #B65FB1 Fuchsia

📋 copy color: '#B65FB1'

red 182 ◦ green 95 ◦ blue 177

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

Shades of Fuchsia #B65FB1

Tints of Fuchsia #B65FB1

RGB

 RED value IS 182 (71.48% from 255) = 40.09%

 GREEN value IS 95 (37.5% from 255) = 20.93%

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 40.09%
G = 20.93%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B65FB1 (or 0xB65FB1) is known color: Fuchsia. HEX triplet: B6, 5F and B1. RGB value is (182,95,177). Sum of RGB (Red+Green+Blue) = 182+95+177=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FB1 is #49A04E. Grayscale: #828282. Windows color (decimal): -4825167 or 11624374. OLE color: 11624374.

HSL color Cylindrical-coordinate representation of color #B65FB1: hue angle of 303.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65FB1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 95 177 -
CMYK 0 0.48 0.03 0.29
HSL 303.45º 0.37% 0.54% -
HSV(B) 303.45º 0.48% 0.71% -
XYZ 31.32 21.3 44.06 -
YUV 130.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 182 95 177 0 0.48 0.03 0.29 303.45 0.37 0.54
Hex B6 5F B1 0 30 3 1D 12F 25 36
Octal 266 137 261 0 60 3 35 457 45 66
Binary 10110110 1011111 10110001 0 110000 11 11101 100101111 100101 110110

Color Harmonies of #B65FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FB1

Black with #B65FB1

Text Example


Text Example

White with #B65FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FB1; }

 p { color: rgb(182,95,177); }

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

background-color css

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

 a { background-color: rgb(182,95,177); }

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

border-color css

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

 span { border-color: rgb(182,95,177); }

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