Html Css Color HEX #B23DB9 Fuchsia

📋 copy color: '#B23DB9'

red 178 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #B23DB9

Tints of Fuchsia #B23DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 41.98%
G = 14.39%
B = 43.63%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B23DB9 (or 0xB23DB9) is known color: Fuchsia. HEX triplet: B2, 3D and B9. RGB value is (178,61,185). Sum of RGB (Red+Green+Blue) = 178+61+185=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #B23DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DB9 is #4DC246. Grayscale: #6D6D6D. Windows color (decimal): -5096007 or 12139954. OLE color: 12139954.

HSL color Cylindrical-coordinate representation of color #B23DB9: hue angle of 296.61º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23DB9 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 61 185 -
CMYK 0.04 0.67 0 0.27
HSL 296.61º 0.5% 0.48% -
HSV(B) 296.61º 0.67% 0.73% -
XYZ 28.79 16.31 47.53 -
YUV 110.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 178 61 185 0.04 0.67 0 0.27 296.61 0.5 0.48
Hex B2 3D B9 4 43 0 1B 129 32 30
Octal 262 75 271 4 103 0 33 451 62 60
Binary 10110010 111101 10111001 100 1000011 0 11011 100101001 110010 110000

Color Harmonies of #B23DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DB9

Black with #B23DB9

Text Example


Text Example

White with #B23DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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