Html Css Color HEX #BF38B2 Fuchsia

📋 copy color: '#BF38B2'

red 191 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #BF38B2

Tints of Fuchsia #BF38B2

RGB

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

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

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

R = 44.94%
G = 13.18%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF38B2 (or 0xBF38B2) is known color: Fuchsia. HEX triplet: BF, 38 and B2. RGB value is (191,56,178). Sum of RGB (Red+Green+Blue) = 191+56+178=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF38B2 is #40C74D. Grayscale: #6D6D6D. Windows color (decimal): -4245326 or 11679935. OLE color: 11679935.

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

Color convert

RGB 191 56 178 -
CMYK 0 0.71 0.07 0.25
HSL 305.78º 0.55% 0.48% -
HSV(B) 305.78º 0.71% 0.75% -
XYZ 30.94 17.12 43.79 -
YUV 110.27 166.23 185.58 -
System Red Green Blue C M Y K H S L
Decimal 191 56 178 0 0.71 0.07 0.25 305.78 0.55 0.48
Hex BF 38 B2 0 47 7 19 132 37 30
Octal 277 70 262 0 107 7 31 462 67 60
Binary 10111111 111000 10110010 0 1000111 111 11001 100110010 110111 110000

Color Harmonies of #BF38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF38B2

Black with #BF38B2

Text Example


Text Example

White with #BF38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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