Html Css Color HEX #B93DA8 Fuchsia

📋 copy color: '#B93DA8'

red 185 ◦ green 61 ◦ blue 168

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

Shades of Fuchsia #B93DA8

Tints of Fuchsia #B93DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 44.69%
G = 14.73%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B93DA8 (or 0xB93DA8) is known color: Fuchsia. HEX triplet: B9, 3D and A8. RGB value is (185,61,168). Sum of RGB (Red+Green+Blue) = 185+61+168=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93DA8 is #46C257. Grayscale: #6D6D6D. Windows color (decimal): -4637272 or 11025849. OLE color: 11025849.

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

Color convert

RGB 185 61 168 -
CMYK 0 0.67 0.09 0.27
HSL 308.23º 0.5% 0.48% -
HSV(B) 308.23º 0.67% 0.73% -
XYZ 28.74 16.48 38.71 -
YUV 110.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 185 61 168 0 0.67 0.09 0.27 308.23 0.5 0.48
Hex B9 3D A8 0 43 9 1B 134 32 30
Octal 271 75 250 0 103 11 33 464 62 60
Binary 10111001 111101 10101000 0 1000011 1001 11011 100110100 110010 110000

Color Harmonies of #B93DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DA8

Black with #B93DA8

Text Example


Text Example

White with #B93DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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