Html Css Color HEX #B738BA Fuchsia

📋 copy color: '#B738BA'

red 183 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #B738BA

Tints of Fuchsia #B738BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 43.06%
G = 13.18%
B = 43.76%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B738BA (or 0xB738BA) is known color: Fuchsia. HEX triplet: B7, 38 and BA. RGB value is (183,56,186). Sum of RGB (Red+Green+Blue) = 183+56+186=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #B738BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738BA is #48C745. Grayscale: #6C6C6C. Windows color (decimal): -4769606 or 12204215. OLE color: 12204215.

HSL color Cylindrical-coordinate representation of color #B738BA: hue angle of 298.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B738BA is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 56 186 -
CMYK 0.02 0.70 0 0.27
HSL 298.62º 0.54% 0.47% -
HSV(B) 298.62º 0.7% 0.73% -
XYZ 29.81 16.44 48.06 -
YUV 108.79 171.58 180.93 -
System Red Green Blue C M Y K H S L
Decimal 183 56 186 0.02 0.70 0 0.27 298.62 0.54 0.47
Hex B7 38 BA 2 46 0 1B 12B 36 2F
Octal 267 70 272 2 106 0 33 453 66 57
Binary 10110111 111000 10111010 10 1000110 0 11011 100101011 110110 101111

Color Harmonies of #B738BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738BA

Black with #B738BA

Text Example


Text Example

White with #B738BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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