Html Css Color HEX #B738B0 Fuchsia

📋 copy color: '#B738B0'

red 183 ◦ green 56 ◦ blue 176

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

Shades of Fuchsia #B738B0

Tints of Fuchsia #B738B0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.49%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 44.1%
G = 13.49%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B738B0 (or 0xB738B0) is known color: Fuchsia. HEX triplet: B7, 38 and B0. RGB value is (183,56,176). Sum of RGB (Red+Green+Blue) = 183+56+176=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B738B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B738B0 is #48C74F. Grayscale: #6B6B6B. Windows color (decimal): -4769616 or 11548855. OLE color: 11548855.

HSL color Cylindrical-coordinate representation of color #B738B0: hue angle of 303.31º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B738B0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 176 -
CMYK 0 0.69 0.04 0.28
HSL 303.31º 0.53% 0.47% -
HSV(B) 303.31º 0.69% 0.72% -
XYZ 28.78 16.03 42.65 -
YUV 107.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 183 56 176 0 0.69 0.04 0.28 303.31 0.53 0.47
Hex B7 38 B0 0 45 4 1C 12F 35 2F
Octal 267 70 260 0 105 4 34 457 65 57
Binary 10110111 111000 10110000 0 1000101 100 11100 100101111 110101 101111

Color Harmonies of #B738B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738B0

Black with #B738B0

Text Example


Text Example

White with #B738B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738B0; }

 p { color: rgb(183,56,176); }

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

background-color css

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

 a { background-color: rgb(183,56,176); }

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

border-color css

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

 span { border-color: rgb(183,56,176); }

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