Html Css Color HEX #B438A8 Fuchsia

📋 copy color: '#B438A8'

red 180 ◦ green 56 ◦ blue 168

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

Shades of Fuchsia #B438A8

Tints of Fuchsia #B438A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 44.55%
G = 13.86%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B438A8 (or 0xB438A8) is known color: Fuchsia. HEX triplet: B4, 38 and A8. RGB value is (180,56,168). Sum of RGB (Red+Green+Blue) = 180+56+168=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B438A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438A8 is #4BC757. Grayscale: #696969. Windows color (decimal): -4966232 or 11024564. OLE color: 11024564.

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

Color convert

RGB 180 56 168 -
CMYK 0 0.69 0.07 0.29
HSL 305.81º 0.53% 0.46% -
HSV(B) 305.81º 0.69% 0.71% -
XYZ 27.3 15.36 38.57 -
YUV 105.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 180 56 168 0 0.69 0.07 0.29 305.81 0.53 0.46
Hex B4 38 A8 0 45 7 1D 132 35 2E
Octal 264 70 250 0 105 7 35 462 65 56
Binary 10110100 111000 10101000 0 1000101 111 11101 100110010 110101 101110

Color Harmonies of #B438A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438A8

Black with #B438A8

Text Example


Text Example

White with #B438A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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