Html Css Color HEX #B736BD Fuchsia

📋 copy color: '#B736BD'

red 183 ◦ green 54 ◦ blue 189

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

Shades of Fuchsia #B736BD

Tints of Fuchsia #B736BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.68%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 42.96%
G = 12.68%
B = 44.37%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B736BD (or 0xB736BD) is known color: Fuchsia. HEX triplet: B7, 36 and BD. RGB value is (183,54,189). Sum of RGB (Red+Green+Blue) = 183+54+189=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #B736BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B736BD is #48C942. Grayscale: #6B6B6B. Windows color (decimal): -4770115 or 12400311. OLE color: 12400311.

HSL color Cylindrical-coordinate representation of color #B736BD: hue angle of 297.33º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B736BD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 54 189 -
CMYK 0.03 0.71 0 0.26
HSL 297.33º 0.56% 0.48% -
HSV(B) 297.33º 0.71% 0.74% -
XYZ 30.03 16.38 49.72 -
YUV 107.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 183 54 189 0.03 0.71 0 0.26 297.33 0.56 0.48
Hex B7 36 BD 3 47 0 1A 129 38 30
Octal 267 66 275 3 107 0 32 451 70 60
Binary 10110111 110110 10111101 11 1000111 0 11010 100101001 111000 110000

Color Harmonies of #B736BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736BD

Black with #B736BD

Text Example


Text Example

White with #B736BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736BD; }

 p { color: rgb(183,54,189); }

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

background-color css

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

 a { background-color: rgb(183,54,189); }

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

border-color css

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

 span { border-color: rgb(183,54,189); }

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