Html Css Color HEX #B93AB9 Fuchsia

📋 copy color: '#B93AB9'

red 185 ◦ green 58 ◦ blue 185

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

Shades of Fuchsia #B93AB9

Tints of Fuchsia #B93AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.55%

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 43.22%
G = 13.55%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B93AB9 (or 0xB93AB9) is known color: Fuchsia. HEX triplet: B9, 3A and B9. RGB value is (185,58,185). Sum of RGB (Red+Green+Blue) = 185+58+185=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B93AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93AB9 is #46C546. Grayscale: #6E6E6E. Windows color (decimal): -4638023 or 12139193. OLE color: 12139193.

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

Color convert

RGB 185 58 185 -
CMYK 0 0.69 0 0.27
HSL 300º 0.52% 0.48% -
HSV(B) 300º 0.69% 0.73% -
XYZ 30.28 16.84 47.55 -
YUV 110.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 185 58 185 0 0.69 0 0.27 300 0.52 0.48
Hex B9 3A B9 0 45 0 1B 12C 34 30
Octal 271 72 271 0 105 0 33 454 64 60
Binary 10111001 111010 10111001 0 1000101 0 11011 100101100 110100 110000

Color Harmonies of #B93AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AB9

Black with #B93AB9

Text Example


Text Example

White with #B93AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AB9; }

 p { color: rgb(185,58,185); }

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

background-color css

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

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

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

border-color css

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

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

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