Html Css Color HEX #BF62B4 Fuchsia

📋 copy color: '#BF62B4'

red 191 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #BF62B4

Tints of Fuchsia #BF62B4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 40.72%
G = 20.9%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF62B4 (or 0xBF62B4) is known color: Fuchsia. HEX triplet: BF, 62 and B4. RGB value is (191,98,180). Sum of RGB (Red+Green+Blue) = 191+98+180=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF62B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62B4 is #409D4B. Grayscale: #868686. Windows color (decimal): -4234572 or 11821759. OLE color: 11821759.

HSL color Cylindrical-coordinate representation of color #BF62B4: hue angle of 307.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF62B4 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 98 180 -
CMYK 0 0.49 0.06 0.25
HSL 307.1º 0.42% 0.57% -
HSV(B) 307.1º 0.49% 0.75% -
XYZ 34.09 23.11 45.84 -
YUV 135.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 191 98 180 0 0.49 0.06 0.25 307.1 0.42 0.57
Hex BF 62 B4 0 31 6 19 133 2A 39
Octal 277 142 264 0 61 6 31 463 52 71
Binary 10111111 1100010 10110100 0 110001 110 11001 100110011 101010 111001

Color Harmonies of #BF62B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62B4

Black with #BF62B4

Text Example


Text Example

White with #BF62B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62B4; }

 p { color: rgb(191,98,180); }

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

background-color css

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

 a { background-color: rgb(191,98,180); }

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

border-color css

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

 span { border-color: rgb(191,98,180); }

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