Html Css Color HEX #B23DB7 Fuchsia

📋 copy color: '#B23DB7'

red 178 ◦ green 61 ◦ blue 183

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

Shades of Fuchsia #B23DB7

Tints of Fuchsia #B23DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.36%

R = 42.18%
G = 14.45%
B = 43.36%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B23DB7 (or 0xB23DB7) is known color: Fuchsia. HEX triplet: B2, 3D and B7. RGB value is (178,61,183). Sum of RGB (Red+Green+Blue) = 178+61+183=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #B23DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DB7 is #4DC248. Grayscale: #6D6D6D. Windows color (decimal): -5096009 or 12008882. OLE color: 12008882.

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

Color convert

RGB 178 61 183 -
CMYK 0.03 0.67 0 0.28
HSL 297.54º 0.5% 0.48% -
HSV(B) 297.54º 0.67% 0.72% -
XYZ 28.58 16.22 46.42 -
YUV 109.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 178 61 183 0.03 0.67 0 0.28 297.54 0.5 0.48
Hex B2 3D B7 3 43 0 1C 12A 32 30
Octal 262 75 267 3 103 0 34 452 62 60
Binary 10110010 111101 10110111 11 1000011 0 11100 100101010 110010 110000

Color Harmonies of #B23DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DB7

Black with #B23DB7

Text Example


Text Example

White with #B23DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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