Html Css Color HEX #B238AD Fuchsia

📋 copy color: '#B238AD'

red 178 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #B238AD

Tints of Fuchsia #B238AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 43.73%
G = 13.76%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B238AD (or 0xB238AD) is known color: Fuchsia. HEX triplet: B2, 38 and AD. RGB value is (178,56,173). Sum of RGB (Red+Green+Blue) = 178+56+173=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B238AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B238AD is #4DC752. Grayscale: #696969. Windows color (decimal): -5097299 or 11352242. OLE color: 11352242.

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

Color convert

RGB 178 56 173 -
CMYK 0 0.69 0.03 0.30
HSL 302.46º 0.52% 0.46% -
HSV(B) 302.46º 0.69% 0.7% -
XYZ 27.32 15.31 41.05 -
YUV 105.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 178 56 173 0 0.69 0.03 0.30 302.46 0.52 0.46
Hex B2 38 AD 0 45 3 1E 12E 34 2E
Octal 262 70 255 0 105 3 36 456 64 56
Binary 10110010 111000 10101101 0 1000101 11 11110 100101110 110100 101110

Color Harmonies of #B238AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B238AD

Black with #B238AD

Text Example


Text Example

White with #B238AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B238AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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