Html Css Color HEX #B93DB5 Fuchsia

📋 copy color: '#B93DB5'

red 185 ◦ green 61 ◦ blue 181

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

Shades of Fuchsia #B93DB5

Tints of Fuchsia #B93DB5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.29%

 BLUE value IS 181 (71.09% from 255) = 42.39%

R = 43.33%
G = 14.29%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B93DB5 (or 0xB93DB5) is known color: Fuchsia. HEX triplet: B9, 3D and B5. RGB value is (185,61,181). Sum of RGB (Red+Green+Blue) = 185+61+181=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B93DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DB5 is #46C24A. Grayscale: #6F6F6F. Windows color (decimal): -4637259 or 11877817. OLE color: 11877817.

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

Color convert

RGB 185 61 181 -
CMYK 0 0.67 0.02 0.27
HSL 301.94º 0.5% 0.48% -
HSV(B) 301.94º 0.67% 0.73% -
XYZ 30.02 16.99 45.41 -
YUV 111.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 185 61 181 0 0.67 0.02 0.27 301.94 0.5 0.48
Hex B9 3D B5 0 43 2 1B 12E 32 30
Octal 271 75 265 0 103 2 33 456 62 60
Binary 10111001 111101 10110101 0 1000011 10 11011 100101110 110010 110000

Color Harmonies of #B93DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DB5

Black with #B93DB5

Text Example


Text Example

White with #B93DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DB5; }

 p { color: rgb(185,61,181); }

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

background-color css

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

 a { background-color: rgb(185,61,181); }

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

border-color css

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

 span { border-color: rgb(185,61,181); }

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