Html Css Color HEX #BF36B2 Fuchsia

📋 copy color: '#BF36B2'

red 191 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #BF36B2

Tints of Fuchsia #BF36B2

RGB

 RED value IS 191 (75% from 255) = 45.15%

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

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 45.15%
G = 12.77%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF36B2 (or 0xBF36B2) is known color: Fuchsia. HEX triplet: BF, 36 and B2. RGB value is (191,54,178). Sum of RGB (Red+Green+Blue) = 191+54+178=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF36B2 is #40C94D. Grayscale: #6C6C6C. Windows color (decimal): -4245838 or 11679423. OLE color: 11679423.

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

Color convert

RGB 191 54 178 -
CMYK 0 0.72 0.07 0.25
HSL 305.69º 0.56% 0.48% -
HSV(B) 305.69º 0.72% 0.75% -
XYZ 30.84 16.93 43.76 -
YUV 109.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 191 54 178 0 0.72 0.07 0.25 305.69 0.56 0.48
Hex BF 36 B2 0 48 7 19 132 38 30
Octal 277 66 262 0 110 7 31 462 70 60
Binary 10111111 110110 10110010 0 1001000 111 11001 100110010 111000 110000

Color Harmonies of #BF36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF36B2

Black with #BF36B2

Text Example


Text Example

White with #BF36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF36B2; }

 p { color: rgb(191,54,178); }

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

background-color css

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

 a { background-color: rgb(191,54,178); }

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

border-color css

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

 span { border-color: rgb(191,54,178); }

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