Html Css Color HEX #B93CBD Fuchsia

📋 copy color: '#B93CBD'

red 185 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #B93CBD

Tints of Fuchsia #B93CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 42.63%
G = 13.82%
B = 43.55%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B93CBD (or 0xB93CBD) is known color: Fuchsia. HEX triplet: B9, 3C and BD. RGB value is (185,60,189). Sum of RGB (Red+Green+Blue) = 185+60+189=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #B93CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CBD is #46C342. Grayscale: #6F6F6F. Windows color (decimal): -4637507 or 12401849. OLE color: 12401849.

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

Color convert

RGB 185 60 189 -
CMYK 0.02 0.68 0 0.26
HSL 298.14º 0.52% 0.49% -
HSV(B) 298.14º 0.68% 0.74% -
XYZ 30.81 17.22 49.84 -
YUV 112.08 171.41 180.01 -
System Red Green Blue C M Y K H S L
Decimal 185 60 189 0.02 0.68 0 0.26 298.14 0.52 0.49
Hex B9 3C BD 2 44 0 1A 12A 34 31
Octal 271 74 275 2 104 0 32 452 64 61
Binary 10111001 111100 10111101 10 1000100 0 11010 100101010 110100 110001

Color Harmonies of #B93CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CBD

Black with #B93CBD

Text Example


Text Example

White with #B93CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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