Html Css Color HEX #B93EBA Fuchsia

📋 copy color: '#B93EBA'

red 185 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #B93EBA

Tints of Fuchsia #B93EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 42.73%
G = 14.32%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B93EBA (or 0xB93EBA) is known color: Fuchsia. HEX triplet: B9, 3E and BA. RGB value is (185,62,186). Sum of RGB (Red+Green+Blue) = 185+62+186=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B93EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EBA is #46C145. Grayscale: #707070. Windows color (decimal): -4636998 or 12205753. OLE color: 12205753.

HSL color Cylindrical-coordinate representation of color #B93EBA: hue angle of 299.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93EBA is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 186 -
CMYK 0.01 0.67 0 0.27
HSL 299.52º 0.5% 0.49% -
HSV(B) 299.52º 0.67% 0.73% -
XYZ 30.59 17.3 48.18 -
YUV 112.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 185 62 186 0.01 0.67 0 0.27 299.52 0.5 0.49
Hex B9 3E BA 1 43 0 1B 12C 32 31
Octal 271 76 272 1 103 0 33 454 62 61
Binary 10111001 111110 10111010 1 1000011 0 11011 100101100 110010 110001

Color Harmonies of #B93EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EBA

Black with #B93EBA

Text Example


Text Example

White with #B93EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EBA; }

 p { color: rgb(185,62,186); }

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

background-color css

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

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

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

border-color css

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

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

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