Html Css Color HEX #B93AB2 Fuchsia

📋 copy color: '#B93AB2'

red 185 ◦ green 58 ◦ blue 178

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

Shades of Fuchsia #B93AB2

Tints of Fuchsia #B93AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 43.94%
G = 13.78%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B93AB2 (or 0xB93AB2) is known color: Fuchsia. HEX triplet: B9, 3A and B2. RGB value is (185,58,178). Sum of RGB (Red+Green+Blue) = 185+58+178=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B93AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93AB2 is #46C54D. Grayscale: #6D6D6D. Windows color (decimal): -4638030 or 11680441. OLE color: 11680441.

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

Color convert

RGB 185 58 178 -
CMYK 0 0.69 0.04 0.27
HSL 303.31º 0.52% 0.48% -
HSV(B) 303.31º 0.69% 0.73% -
XYZ 29.56 16.55 43.76 -
YUV 109.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 185 58 178 0 0.69 0.04 0.27 303.31 0.52 0.48
Hex B9 3A B2 0 45 4 1B 12F 34 30
Octal 271 72 262 0 105 4 33 457 64 60
Binary 10111001 111010 10110010 0 1000101 100 11011 100101111 110100 110000

Color Harmonies of #B93AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AB2

Black with #B93AB2

Text Example


Text Example

White with #B93AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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