Html Css Color HEX #BF65B0 Fuchsia

📋 copy color: '#BF65B0'

red 191 ◦ green 101 ◦ blue 176

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

Shades of Fuchsia #BF65B0

Tints of Fuchsia #BF65B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.61%

R = 40.81%
G = 21.58%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF65B0 (or 0xBF65B0) is known color: Fuchsia. HEX triplet: BF, 65 and B0. RGB value is (191,101,176). Sum of RGB (Red+Green+Blue) = 191+101+176=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65B0 is #409A4F. Grayscale: #888888. Windows color (decimal): -4233808 or 11560383. OLE color: 11560383.

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

Color convert

RGB 191 101 176 -
CMYK 0 0.47 0.08 0.25
HSL 310º 0.41% 0.57% -
HSV(B) 310º 0.47% 0.75% -
XYZ 33.98 23.52 43.82 -
YUV 136.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 191 101 176 0 0.47 0.08 0.25 310 0.41 0.57
Hex BF 65 B0 0 2F 8 19 136 29 39
Octal 277 145 260 0 57 10 31 466 51 71
Binary 10111111 1100101 10110000 0 101111 1000 11001 100110110 101001 111001

Color Harmonies of #BF65B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65B0

Black with #BF65B0

Text Example


Text Example

White with #BF65B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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