Html Css Color HEX #B438AF Fuchsia

📋 copy color: '#B438AF'

red 180 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #B438AF

Tints of Fuchsia #B438AF

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

 GREEN value IS 56 (22.27% from 255) = 13.63%

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

R = 43.8%
G = 13.63%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B438AF (or 0xB438AF) is known color: Fuchsia. HEX triplet: B4, 38 and AF. RGB value is (180,56,175). Sum of RGB (Red+Green+Blue) = 180+56+175=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B438AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438AF is #4BC750. Grayscale: #6A6A6A. Windows color (decimal): -4966225 or 11483316. OLE color: 11483316.

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

Color convert

RGB 180 56 175 -
CMYK 0 0.69 0.03 0.29
HSL 302.42º 0.53% 0.46% -
HSV(B) 302.42º 0.69% 0.71% -
XYZ 27.97 15.63 42.1 -
YUV 106.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 180 56 175 0 0.69 0.03 0.29 302.42 0.53 0.46
Hex B4 38 AF 0 45 3 1D 12E 35 2E
Octal 264 70 257 0 105 3 35 456 65 56
Binary 10110100 111000 10101111 0 1000101 11 11101 100101110 110101 101110

Color Harmonies of #B438AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438AF

Black with #B438AF

Text Example


Text Example

White with #B438AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438AF; }

 p { color: rgb(180,56,175); }

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

background-color css

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

 a { background-color: rgb(180,56,175); }

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

border-color css

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

 span { border-color: rgb(180,56,175); }

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