Html Css Color HEX #B934C0 Fuchsia

📋 copy color: '#B934C0'

red 185 ◦ green 52 ◦ blue 192

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

Shades of Fuchsia #B934C0

Tints of Fuchsia #B934C0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.12%

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 43.12%
G = 12.12%
B = 44.76%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B934C0 (or 0xB934C0) is known color: Fuchsia. HEX triplet: B9, 34 and C0. RGB value is (185,52,192). Sum of RGB (Red+Green+Blue) = 185+52+192=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 52 (20.70% from 255 or 12.12% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #B934C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934C0 is #46CB3F. Grayscale: #6B6B6B. Windows color (decimal): -4639552 or 12596409. OLE color: 12596409.

HSL color Cylindrical-coordinate representation of color #B934C0: hue angle of 297º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B934C0 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 52 192 -
CMYK 0.04 0.73 0 0.25
HSL 297º 0.57% 0.48% -
HSV(B) 297º 0.73% 0.75% -
XYZ 30.75 16.58 51.45 -
YUV 107.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 185 52 192 0.04 0.73 0 0.25 297 0.57 0.48
Hex B9 34 C0 4 49 0 19 129 39 30
Octal 271 64 300 4 111 0 31 451 71 60
Binary 10111001 110100 11000000 100 1001001 0 11001 100101001 111001 110000

Color Harmonies of #B934C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B934C0

Black with #B934C0

Text Example


Text Example

White with #B934C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B934C0; }

 p { color: rgb(185,52,192); }

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

background-color css

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

 a { background-color: rgb(185,52,192); }

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

border-color css

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

 span { border-color: rgb(185,52,192); }

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