Html Css Color HEX #B93DA6 Fuchsia

📋 copy color: '#B93DA6'

red 185 ◦ green 61 ◦ blue 166

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

Shades of Fuchsia #B93DA6

Tints of Fuchsia #B93DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 44.9%
G = 14.81%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B93DA6 (or 0xB93DA6) is known color: Fuchsia. HEX triplet: B9, 3D and A6. RGB value is (185,61,166). Sum of RGB (Red+Green+Blue) = 185+61+166=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DA6 is #46C259. Grayscale: #6D6D6D. Windows color (decimal): -4637274 or 10894777. OLE color: 10894777.

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

Color convert

RGB 185 61 166 -
CMYK 0 0.67 0.10 0.27
HSL 309.19º 0.5% 0.48% -
HSV(B) 309.19º 0.67% 0.73% -
XYZ 28.56 16.4 37.74 -
YUV 110.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 185 61 166 0 0.67 0.10 0.27 309.19 0.5 0.48
Hex B9 3D A6 0 43 A 1B 135 32 30
Octal 271 75 246 0 103 12 33 465 62 60
Binary 10111001 111101 10100110 0 1000011 1010 11011 100110101 110010 110000

Color Harmonies of #B93DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DA6

Black with #B93DA6

Text Example


Text Example

White with #B93DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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