Html Css Color HEX #B238A9 Fuchsia

📋 copy color: '#B238A9'

red 178 ◦ green 56 ◦ blue 169

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

Shades of Fuchsia #B238A9

Tints of Fuchsia #B238A9

RGB

 RED value IS 178 (69.92% from 255) = 44.17%

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

 BLUE value IS 169 (66.41% from 255) = 41.94%

R = 44.17%
G = 13.9%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B238A9 (or 0xB238A9) is known color: Fuchsia. HEX triplet: B2, 38 and A9. RGB value is (178,56,169). Sum of RGB (Red+Green+Blue) = 178+56+169=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B238A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B238A9 is #4DC756. Grayscale: #696969. Windows color (decimal): -5097303 or 11090098. OLE color: 11090098.

HSL color Cylindrical-coordinate representation of color #B238A9: hue angle of 304.43º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B238A9 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 169 -
CMYK 0 0.69 0.05 0.30
HSL 304.43º 0.52% 0.46% -
HSV(B) 304.43º 0.69% 0.7% -
XYZ 26.94 15.16 39.04 -
YUV 105.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 178 56 169 0 0.69 0.05 0.30 304.43 0.52 0.46
Hex B2 38 A9 0 45 5 1E 130 34 2E
Octal 262 70 251 0 105 5 36 460 64 56
Binary 10110010 111000 10101001 0 1000101 101 11110 100110000 110100 101110

Color Harmonies of #B238A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238A9

Black with #B238A9

Text Example


Text Example

White with #B238A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238A9; }

 p { color: rgb(178,56,169); }

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

background-color css

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

 a { background-color: rgb(178,56,169); }

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

border-color css

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

 span { border-color: rgb(178,56,169); }

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