Html Css Color HEX #BF65C5 Fuchsia

📋 copy color: '#BF65C5'

red 191 ◦ green 101 ◦ blue 197

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

Shades of Fuchsia #BF65C5

Tints of Fuchsia #BF65C5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 39.06%
G = 20.65%
B = 40.29%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF65C5 (or 0xBF65C5) is known color: Fuchsia. HEX triplet: BF, 65 and C5. RGB value is (191,101,197). Sum of RGB (Red+Green+Blue) = 191+101+197=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF65C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65C5 is #409A3A. Grayscale: #8A8A8A. Windows color (decimal): -4233787 or 12936639. OLE color: 12936639.

HSL color Cylindrical-coordinate representation of color #BF65C5: hue angle of 296.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF65C5 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 101 197 -
CMYK 0.03 0.49 0 0.23
HSL 296.25º 0.45% 0.58% -
HSV(B) 296.25º 0.49% 0.77% -
XYZ 36.22 24.41 55.63 -
YUV 138.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 191 101 197 0.03 0.49 0 0.23 296.25 0.45 0.58
Hex BF 65 C5 3 31 0 17 128 2D 3A
Octal 277 145 305 3 61 0 27 450 55 72
Binary 10111111 1100101 11000101 11 110001 0 10111 100101000 101101 111010

Color Harmonies of #BF65C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65C5

Black with #BF65C5

Text Example


Text Example

White with #BF65C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65C5; }

 p { color: rgb(191,101,197); }

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

background-color css

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

 a { background-color: rgb(191,101,197); }

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

border-color css

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

 span { border-color: rgb(191,101,197); }

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