Html Css Color HEX #B23DB4 Fuchsia

📋 copy color: '#B23DB4'

red 178 ◦ green 61 ◦ blue 180

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

Shades of Fuchsia #B23DB4

Tints of Fuchsia #B23DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.96%

R = 42.48%
G = 14.56%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B23DB4 (or 0xB23DB4) is known color: Fuchsia. HEX triplet: B2, 3D and B4. RGB value is (178,61,180). Sum of RGB (Red+Green+Blue) = 178+61+180=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #B23DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DB4 is #4DC24B. Grayscale: #6D6D6D. Windows color (decimal): -5096012 or 11812274. OLE color: 11812274.

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

Color convert

RGB 178 61 180 -
CMYK 0.01 0.66 0 0.29
HSL 298.99º 0.49% 0.47% -
HSV(B) 298.99º 0.66% 0.71% -
XYZ 28.27 16.1 44.8 -
YUV 109.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 178 61 180 0.01 0.66 0 0.29 298.99 0.49 0.47
Hex B2 3D B4 1 42 0 1D 12B 31 2F
Octal 262 75 264 1 102 0 35 453 61 57
Binary 10110010 111101 10110100 1 1000010 0 11101 100101011 110001 101111

Color Harmonies of #B23DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DB4

Black with #B23DB4

Text Example


Text Example

White with #B23DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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