Html Css Color HEX #BF60B3 Fuchsia

📋 copy color: '#BF60B3'

red 191 ◦ green 96 ◦ blue 179

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

Shades of Fuchsia #BF60B3

Tints of Fuchsia #BF60B3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 40.99%
G = 20.6%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF60B3 (or 0xBF60B3) is known color: Fuchsia. HEX triplet: BF, 60 and B3. RGB value is (191,96,179). Sum of RGB (Red+Green+Blue) = 191+96+179=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF60B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60B3 is #409F4C. Grayscale: #858585. Windows color (decimal): -4235085 or 11755711. OLE color: 11755711.

HSL color Cylindrical-coordinate representation of color #BF60B3: hue angle of 307.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF60B3 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 179 -
CMYK 0 0.50 0.06 0.25
HSL 307.58º 0.43% 0.56% -
HSV(B) 307.58º 0.5% 0.75% -
XYZ 33.81 22.7 45.25 -
YUV 133.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 191 96 179 0 0.50 0.06 0.25 307.58 0.43 0.56
Hex BF 60 B3 0 32 6 19 134 2B 38
Octal 277 140 263 0 62 6 31 464 53 70
Binary 10111111 1100000 10110011 0 110010 110 11001 100110100 101011 111000

Color Harmonies of #BF60B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60B3

Black with #BF60B3

Text Example


Text Example

White with #BF60B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60B3; }

 p { color: rgb(191,96,179); }

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

background-color css

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

 a { background-color: rgb(191,96,179); }

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

border-color css

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

 span { border-color: rgb(191,96,179); }

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