Html Css Color HEX #B93BAD Fuchsia

📋 copy color: '#B93BAD'

red 185 ◦ green 59 ◦ blue 173

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

Shades of Fuchsia #B93BAD

Tints of Fuchsia #B93BAD

RGB

 RED value IS 185 (72.66% from 255) = 44.36%

 GREEN value IS 59 (23.44% from 255) = 14.15%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 44.36%
G = 14.15%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B93BAD (or 0xB93BAD) is known color: Fuchsia. HEX triplet: B9, 3B and AD. RGB value is (185,59,173). Sum of RGB (Red+Green+Blue) = 185+59+173=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BAD is #46C452. Grayscale: #6D6D6D. Windows color (decimal): -4637779 or 11353017. OLE color: 11353017.

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

Color convert

RGB 185 59 173 -
CMYK 0 0.68 0.06 0.27
HSL 305.71º 0.52% 0.48% -
HSV(B) 305.71º 0.68% 0.73% -
XYZ 29.11 16.46 41.18 -
YUV 109.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 185 59 173 0 0.68 0.06 0.27 305.71 0.52 0.48
Hex B9 3B AD 0 44 6 1B 132 34 30
Octal 271 73 255 0 104 6 33 462 64 60
Binary 10111001 111011 10101101 0 1000100 110 11011 100110010 110100 110000

Color Harmonies of #B93BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BAD

Black with #B93BAD

Text Example


Text Example

White with #B93BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BAD; }

 p { color: rgb(185,59,173); }

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

background-color css

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

 a { background-color: rgb(185,59,173); }

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

border-color css

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

 span { border-color: rgb(185,59,173); }

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