Html Css Color HEX #B964AF Fuchsia

📋 copy color: '#B964AF'

red 185 ◦ green 100 ◦ blue 175

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

Shades of Fuchsia #B964AF

Tints of Fuchsia #B964AF

RGB

 RED value IS 185 (72.66% from 255) = 40.22%

 GREEN value IS 100 (39.45% from 255) = 21.74%

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 40.22%
G = 21.74%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B964AF (or 0xB964AF) is known color: Fuchsia. HEX triplet: B9, 64 and AF. RGB value is (185,100,175). Sum of RGB (Red+Green+Blue) = 185+100+175=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B964AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B964AF is #469B50. Grayscale: #858585. Windows color (decimal): -4627281 or 11494585. OLE color: 11494585.

HSL color Cylindrical-coordinate representation of color #B964AF: hue angle of 307.06º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B964AF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 100 175 -
CMYK 0 0.46 0.05 0.27
HSL 307.06º 0.38% 0.56% -
HSV(B) 307.06º 0.46% 0.73% -
XYZ 32.3 22.52 43.2 -
YUV 133.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 185 100 175 0 0.46 0.05 0.27 307.06 0.38 0.56
Hex B9 64 AF 0 2E 5 1B 133 26 38
Octal 271 144 257 0 56 5 33 463 46 70
Binary 10111001 1100100 10101111 0 101110 101 11011 100110011 100110 111000

Color Harmonies of #B964AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B964AF

Black with #B964AF

Text Example


Text Example

White with #B964AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B964AF; }

 p { color: rgb(185,100,175); }

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

background-color css

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

 a { background-color: rgb(185,100,175); }

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

border-color css

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

 span { border-color: rgb(185,100,175); }

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