Html Css Color HEX #B65AAB Fuchsia

📋 copy color: '#B65AAB'

red 182 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #B65AAB

Tints of Fuchsia #B65AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 41.08%
G = 20.32%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B65AAB (or 0xB65AAB) is known color: Fuchsia. HEX triplet: B6, 5A and AB. RGB value is (182,90,171). Sum of RGB (Red+Green+Blue) = 182+90+171=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B65AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65AAB is #49A554. Grayscale: #7E7E7E. Windows color (decimal): -4826453 or 11229878. OLE color: 11229878.

HSL color Cylindrical-coordinate representation of color #B65AAB: hue angle of 307.17º 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 #B65AAB is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 90 171 -
CMYK 0 0.51 0.06 0.29
HSL 307.17º 0.39% 0.53% -
HSV(B) 307.17º 0.51% 0.71% -
XYZ 30.3 20.2 40.83 -
YUV 126.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 182 90 171 0 0.51 0.06 0.29 307.17 0.39 0.53
Hex B6 5A AB 0 33 6 1D 133 27 35
Octal 266 132 253 0 63 6 35 463 47 65
Binary 10110110 1011010 10101011 0 110011 110 11101 100110011 100111 110101

Color Harmonies of #B65AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65AAB

Black with #B65AAB

Text Example


Text Example

White with #B65AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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