Html Css Color HEX #BF65B3 Fuchsia

📋 copy color: '#BF65B3'

red 191 ◦ green 101 ◦ blue 179

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

Shades of Fuchsia #BF65B3

Tints of Fuchsia #BF65B3

RGB

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

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

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

R = 40.55%
G = 21.44%
B = 38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF65B3 (or 0xBF65B3) is known color: Fuchsia. HEX triplet: BF, 65 and B3. RGB value is (191,101,179). Sum of RGB (Red+Green+Blue) = 191+101+179=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65B3 is #409A4C. Grayscale: #888888. Windows color (decimal): -4233805 or 11756991. OLE color: 11756991.

HSL color Cylindrical-coordinate representation of color #BF65B3: hue angle of 308º 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 #BF65B3 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 101 179 -
CMYK 0 0.47 0.06 0.25
HSL 308º 0.41% 0.57% -
HSV(B) 308º 0.47% 0.75% -
XYZ 34.28 23.64 45.4 -
YUV 136.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 191 101 179 0 0.47 0.06 0.25 308 0.41 0.57
Hex BF 65 B3 0 2F 6 19 134 29 39
Octal 277 145 263 0 57 6 31 464 51 71
Binary 10111111 1100101 10110011 0 101111 110 11001 100110100 101001 111001

Color Harmonies of #BF65B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65B3

Black with #BF65B3

Text Example


Text Example

White with #BF65B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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