Html Css Color HEX #B933C2 Fuchsia

📋 copy color: '#B933C2'

red 185 ◦ green 51 ◦ blue 194

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

Shades of Fuchsia #B933C2

Tints of Fuchsia #B933C2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.86%

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 43.02%
G = 11.86%
B = 45.12%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B933C2 (or 0xB933C2) is known color: Fuchsia. HEX triplet: B9, 33 and C2. RGB value is (185,51,194). Sum of RGB (Red+Green+Blue) = 185+51+194=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #B933C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933C2 is #46CC3D. Grayscale: #6A6A6A. Windows color (decimal): -4639806 or 12727225. OLE color: 12727225.

HSL color Cylindrical-coordinate representation of color #B933C2: hue angle of 296.22º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B933C2 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 51 194 -
CMYK 0.05 0.74 0 0.24
HSL 296.22º 0.58% 0.48% -
HSV(B) 296.22º 0.74% 0.76% -
XYZ 30.93 16.58 52.61 -
YUV 107.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 185 51 194 0.05 0.74 0 0.24 296.22 0.58 0.48
Hex B9 33 C2 5 4A 0 18 128 3A 30
Octal 271 63 302 5 112 0 30 450 72 60
Binary 10111001 110011 11000010 101 1001010 0 11000 100101000 111010 110000

Color Harmonies of #B933C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933C2

Black with #B933C2

Text Example


Text Example

White with #B933C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933C2; }

 p { color: rgb(185,51,194); }

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

background-color css

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

 a { background-color: rgb(185,51,194); }

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

border-color css

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

 span { border-color: rgb(185,51,194); }

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