Html Css Color HEX #B65AB1 Fuchsia

📋 copy color: '#B65AB1'

red 182 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #B65AB1

Tints of Fuchsia #B65AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.04%

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

R = 40.53%
G = 20.04%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B65AB1 (or 0xB65AB1) is known color: Fuchsia. HEX triplet: B6, 5A and B1. RGB value is (182,90,177). Sum of RGB (Red+Green+Blue) = 182+90+177=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AB1 is #49A54E. Grayscale: #7F7F7F. Windows color (decimal): -4826447 or 11623094. OLE color: 11623094.

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

Color convert

RGB 182 90 177 -
CMYK 0 0.51 0.03 0.29
HSL 303.26º 0.39% 0.53% -
HSV(B) 303.26º 0.51% 0.71% -
XYZ 30.88 20.43 43.91 -
YUV 127.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 182 90 177 0 0.51 0.03 0.29 303.26 0.39 0.53
Hex B6 5A B1 0 33 3 1D 12F 27 35
Octal 266 132 261 0 63 3 35 457 47 65
Binary 10110110 1011010 10110001 0 110011 11 11101 100101111 100111 110101

Color Harmonies of #B65AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65AB1

Black with #B65AB1

Text Example


Text Example

White with #B65AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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