Html Css Color HEX #B438BA Fuchsia

📋 copy color: '#B438BA'

red 180 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #B438BA

Tints of Fuchsia #B438BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 42.65%
G = 13.27%
B = 44.08%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B438BA (or 0xB438BA) is known color: Fuchsia. HEX triplet: B4, 38 and BA. RGB value is (180,56,186). Sum of RGB (Red+Green+Blue) = 180+56+186=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B438BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B438BA is #4BC745. Grayscale: #6B6B6B. Windows color (decimal): -4966214 or 12204212. OLE color: 12204212.

HSL color Cylindrical-coordinate representation of color #B438BA: hue angle of 297.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B438BA is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 56 186 -
CMYK 0.03 0.70 0 0.27
HSL 297.23º 0.54% 0.47% -
HSV(B) 297.23º 0.7% 0.73% -
XYZ 29.1 16.08 48.02 -
YUV 107.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 180 56 186 0.03 0.70 0 0.27 297.23 0.54 0.47
Hex B4 38 BA 3 46 0 1B 129 36 2F
Octal 264 70 272 3 106 0 33 451 66 57
Binary 10110100 111000 10111010 11 1000110 0 11011 100101001 110110 101111

Color Harmonies of #B438BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B438BA

Black with #B438BA

Text Example


Text Example

White with #B438BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B438BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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