Html Css Color HEX #B734C0 Fuchsia

📋 copy color: '#B734C0'

red 183 ◦ green 52 ◦ blue 192

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

Shades of Fuchsia #B734C0

Tints of Fuchsia #B734C0

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

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

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

R = 42.86%
G = 12.18%
B = 44.96%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B734C0 (or 0xB734C0) is known color: Fuchsia. HEX triplet: B7, 34 and C0. RGB value is (183,52,192). Sum of RGB (Red+Green+Blue) = 183+52+192=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #B734C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734C0 is #48CB3F. Grayscale: #6A6A6A. Windows color (decimal): -4770624 or 12596407. OLE color: 12596407.

HSL color Cylindrical-coordinate representation of color #B734C0: hue angle of 296.14º 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 #B734C0 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 52 192 -
CMYK 0.05 0.73 0 0.25
HSL 296.14º 0.57% 0.48% -
HSV(B) 296.14º 0.73% 0.75% -
XYZ 30.27 16.33 51.43 -
YUV 107.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 183 52 192 0.05 0.73 0 0.25 296.14 0.57 0.48
Hex B7 34 C0 5 49 0 19 128 39 30
Octal 267 64 300 5 111 0 31 450 71 60
Binary 10110111 110100 11000000 101 1001001 0 11001 100101000 111001 110000

Color Harmonies of #B734C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734C0

Black with #B734C0

Text Example


Text Example

White with #B734C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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