Html Css Color HEX #B23DA8 Fuchsia

📋 copy color: '#B23DA8'

red 178 ◦ green 61 ◦ blue 168

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

Shades of Fuchsia #B23DA8

Tints of Fuchsia #B23DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

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

R = 43.73%
G = 14.99%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B23DA8 (or 0xB23DA8) is known color: Fuchsia. HEX triplet: B2, 3D and A8. RGB value is (178,61,168). Sum of RGB (Red+Green+Blue) = 178+61+168=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DA8 is #4DC257. Grayscale: #6B6B6B. Windows color (decimal): -5096024 or 11025842. OLE color: 11025842.

HSL color Cylindrical-coordinate representation of color #B23DA8: hue angle of 305.13º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23DA8 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 168 -
CMYK 0 0.66 0.06 0.30
HSL 305.13º 0.49% 0.47% -
HSV(B) 305.13º 0.66% 0.7% -
XYZ 27.1 15.63 38.63 -
YUV 108.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 178 61 168 0 0.66 0.06 0.30 305.13 0.49 0.47
Hex B2 3D A8 0 42 6 1E 131 31 2F
Octal 262 75 250 0 102 6 36 461 61 57
Binary 10110010 111101 10101000 0 1000010 110 11110 100110001 110001 101111

Color Harmonies of #B23DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DA8

Black with #B23DA8

Text Example


Text Example

White with #B23DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DA8; }

 p { color: rgb(178,61,168); }

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

background-color css

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

 a { background-color: rgb(178,61,168); }

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

border-color css

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

 span { border-color: rgb(178,61,168); }

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