Html Css Color HEX #B23DB6 Fuchsia

📋 copy color: '#B23DB6'

red 178 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #B23DB6

Tints of Fuchsia #B23DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.23%

R = 42.28%
G = 14.49%
B = 43.23%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B23DB6 (or 0xB23DB6) is known color: Fuchsia. HEX triplet: B2, 3D and B6. RGB value is (178,61,182). Sum of RGB (Red+Green+Blue) = 178+61+182=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #B23DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DB6 is #4DC249. Grayscale: #6D6D6D. Windows color (decimal): -5096010 or 11943346. OLE color: 11943346.

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

Color convert

RGB 178 61 182 -
CMYK 0.02 0.66 0 0.29
HSL 298.02º 0.5% 0.48% -
HSV(B) 298.02º 0.66% 0.71% -
XYZ 28.47 16.18 45.88 -
YUV 109.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 178 61 182 0.02 0.66 0 0.29 298.02 0.5 0.48
Hex B2 3D B6 2 42 0 1D 12A 32 30
Octal 262 75 266 2 102 0 35 452 62 60
Binary 10110010 111101 10110110 10 1000010 0 11101 100101010 110010 110000

Color Harmonies of #B23DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DB6

Black with #B23DB6

Text Example


Text Example

White with #B23DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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