Html Css Color HEX #B93CBB Fuchsia

📋 copy color: '#B93CBB'

red 185 ◦ green 60 ◦ blue 187

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

Shades of Fuchsia #B93CBB

Tints of Fuchsia #B93CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 42.82%
G = 13.89%
B = 43.29%

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

#B93CBB (or 0xB93CBB) is known color: Fuchsia. HEX triplet: B9, 3C and BB. RGB value is (185,60,187). Sum of RGB (Red+Green+Blue) = 185+60+187=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #B93CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CBB is #46C344. Grayscale: #6F6F6F. Windows color (decimal): -4637509 or 12270777. OLE color: 12270777.

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

Color convert

RGB 185 60 187 -
CMYK 0.01 0.68 0 0.27
HSL 299.06º 0.51% 0.48% -
HSV(B) 299.06º 0.68% 0.73% -
XYZ 30.59 17.13 48.71 -
YUV 111.85 170.41 180.17 -
System Red Green Blue C M Y K H S L
Decimal 185 60 187 0.01 0.68 0 0.27 299.06 0.51 0.48
Hex B9 3C BB 1 44 0 1B 12B 33 30
Octal 271 74 273 1 104 0 33 453 63 60
Binary 10111001 111100 10111011 1 1000100 0 11011 100101011 110011 110000

Color Harmonies of #B93CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CBB

Black with #B93CBB

Text Example


Text Example

White with #B93CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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