Html Css Color HEX #B93CB2 Fuchsia

📋 copy color: '#B93CB2'

red 185 ◦ green 60 ◦ blue 178

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

Shades of Fuchsia #B93CB2

Tints of Fuchsia #B93CB2

RGB

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

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

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

R = 43.74%
G = 14.18%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B93CB2 (or 0xB93CB2) is known color: Fuchsia. HEX triplet: B9, 3C and B2. RGB value is (185,60,178). Sum of RGB (Red+Green+Blue) = 185+60+178=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B93CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93CB2 is #46C34D. Grayscale: #6E6E6E. Windows color (decimal): -4637518 or 11680953. OLE color: 11680953.

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

Color convert

RGB 185 60 178 -
CMYK 0 0.68 0.04 0.27
HSL 303.36º 0.51% 0.48% -
HSV(B) 303.36º 0.68% 0.73% -
XYZ 29.66 16.76 43.79 -
YUV 110.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 185 60 178 0 0.68 0.04 0.27 303.36 0.51 0.48
Hex B9 3C B2 0 44 4 1B 12F 33 30
Octal 271 74 262 0 104 4 33 457 63 60
Binary 10111001 111100 10110010 0 1000100 100 11011 100101111 110011 110000

Color Harmonies of #B93CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CB2

Black with #B93CB2

Text Example


Text Example

White with #B93CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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