Html Css Color HEX #B93EBC Fuchsia

📋 copy color: '#B93EBC'

red 185 ◦ green 62 ◦ blue 188

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

Shades of Fuchsia #B93EBC

Tints of Fuchsia #B93EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 42.53%
G = 14.25%
B = 43.22%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B93EBC (or 0xB93EBC) is known color: Fuchsia. HEX triplet: B9, 3E and BC. RGB value is (185,62,188). Sum of RGB (Red+Green+Blue) = 185+62+188=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B93EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EBC is #46C143. Grayscale: #707070. Windows color (decimal): -4636996 or 12336825. OLE color: 12336825.

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

Color convert

RGB 185 62 188 -
CMYK 0.02 0.67 0 0.26
HSL 298.57º 0.5% 0.49% -
HSV(B) 298.57º 0.67% 0.74% -
XYZ 30.81 17.39 49.31 -
YUV 113.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 185 62 188 0.02 0.67 0 0.26 298.57 0.5 0.49
Hex B9 3E BC 2 43 0 1A 12B 32 31
Octal 271 76 274 2 103 0 32 453 62 61
Binary 10111001 111110 10111100 10 1000011 0 11010 100101011 110010 110001

Color Harmonies of #B93EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EBC

Black with #B93EBC

Text Example


Text Example

White with #B93EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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