Html Css Color HEX #B93BAE Fuchsia

📋 copy color: '#B93BAE'

red 185 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #B93BAE

Tints of Fuchsia #B93BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 44.26%
G = 14.11%
B = 41.63%

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

#B93BAE (or 0xB93BAE) is known color: Fuchsia. HEX triplet: B9, 3B and AE. RGB value is (185,59,174). Sum of RGB (Red+Green+Blue) = 185+59+174=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BAE is #46C451. Grayscale: #6D6D6D. Windows color (decimal): -4637778 or 11418553. OLE color: 11418553.

HSL color Cylindrical-coordinate representation of color #B93BAE: hue angle of 305.24º 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 #B93BAE is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 174 -
CMYK 0 0.68 0.06 0.27
HSL 305.24º 0.52% 0.48% -
HSV(B) 305.24º 0.68% 0.73% -
XYZ 29.21 16.5 41.69 -
YUV 109.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 185 59 174 0 0.68 0.06 0.27 305.24 0.52 0.48
Hex B9 3B AE 0 44 6 1B 131 34 30
Octal 271 73 256 0 104 6 33 461 64 60
Binary 10111001 111011 10101110 0 1000100 110 11011 100110001 110100 110000

Color Harmonies of #B93BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BAE

Black with #B93BAE

Text Example


Text Example

White with #B93BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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