Html Css Color HEX #B93CBA Fuchsia

📋 copy color: '#B93CBA'

red 185 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #B93CBA

Tints of Fuchsia #B93CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

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

R = 42.92%
G = 13.92%
B = 43.16%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B93CBA (or 0xB93CBA) is known color: Fuchsia. HEX triplet: B9, 3C and BA. RGB value is (185,60,186). Sum of RGB (Red+Green+Blue) = 185+60+186=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B93CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CBA is #46C345. Grayscale: #6F6F6F. Windows color (decimal): -4637510 or 12205241. OLE color: 12205241.

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

Color convert

RGB 185 60 186 -
CMYK 0.01 0.68 0 0.27
HSL 299.52º 0.51% 0.48% -
HSV(B) 299.52º 0.68% 0.73% -
XYZ 30.49 17.09 48.15 -
YUV 111.74 169.91 180.25 -
System Red Green Blue C M Y K H S L
Decimal 185 60 186 0.01 0.68 0 0.27 299.52 0.51 0.48
Hex B9 3C BA 1 44 0 1B 12C 33 30
Octal 271 74 272 1 104 0 33 454 63 60
Binary 10111001 111100 10111010 1 1000100 0 11011 100101100 110011 110000

Color Harmonies of #B93CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CBA

Black with #B93CBA

Text Example


Text Example

White with #B93CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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