Html Css Color HEX #BF62C6 Fuchsia

📋 copy color: '#BF62C6'

red 191 ◦ green 98 ◦ blue 198

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

Shades of Fuchsia #BF62C6

Tints of Fuchsia #BF62C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.66%

R = 39.22%
G = 20.12%
B = 40.66%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF62C6 (or 0xBF62C6) is known color: Fuchsia. HEX triplet: BF, 62 and C6. RGB value is (191,98,198). Sum of RGB (Red+Green+Blue) = 191+98+198=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62C6 is #409D39. Grayscale: #888888. Windows color (decimal): -4234554 or 13001407. OLE color: 13001407.

HSL color Cylindrical-coordinate representation of color #BF62C6: hue angle of 295.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF62C6 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 98 198 -
CMYK 0.04 0.51 0 0.22
HSL 295.8º 0.47% 0.58% -
HSV(B) 295.8º 0.51% 0.78% -
XYZ 36.05 23.89 56.14 -
YUV 137.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 191 98 198 0.04 0.51 0 0.22 295.8 0.47 0.58
Hex BF 62 C6 4 33 0 16 128 2F 3A
Octal 277 142 306 4 63 0 26 450 57 72
Binary 10111111 1100010 11000110 100 110011 0 10110 100101000 101111 111010

Color Harmonies of #BF62C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62C6

Black with #BF62C6

Text Example


Text Example

White with #BF62C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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