Html Css Color HEX #B93CC8 Fuchsia

📋 copy color: '#B93CC8'

red 185 ◦ green 60 ◦ blue 200

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

Shades of Fuchsia #B93CC8

Tints of Fuchsia #B93CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 41.57%
G = 13.48%
B = 44.94%

CMYK

 C value IS 0.08

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B93CC8 (or 0xB93CC8) is known color: Fuchsia. HEX triplet: B9, 3C and C8. RGB value is (185,60,200). Sum of RGB (Red+Green+Blue) = 185+60+200=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #B93CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CC8 is #46C337. Grayscale: #707070. Windows color (decimal): -4637496 or 13122745. OLE color: 13122745.

HSL color Cylindrical-coordinate representation of color #B93CC8: hue angle of 293.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93CC8 is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 60 200 -
CMYK 0.08 0.7 0 0.22
HSL 293.57º 0.56% 0.51% -
HSV(B) 293.57º 0.7% 0.78% -
XYZ 32.05 17.72 56.37 -
YUV 113.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 185 60 200 0.08 0.7 0 0.22 293.57 0.56 0.51
Hex B9 3C C8 8 46 0 16 126 38 33
Octal 271 74 310 10 106 0 26 446 70 63
Binary 10111001 111100 11001000 1000 1000110 0 10110 100100110 111000 110011

Color Harmonies of #B93CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CC8

Black with #B93CC8

Text Example


Text Example

White with #B93CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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