Html Css Color HEX #BF65C2 Fuchsia

📋 copy color: '#BF65C2'

red 191 ◦ green 101 ◦ blue 194

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

Shades of Fuchsia #BF65C2

Tints of Fuchsia #BF65C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 39.3%
G = 20.78%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF65C2 (or 0xBF65C2) is known color: Fuchsia. HEX triplet: BF, 65 and C2. RGB value is (191,101,194). Sum of RGB (Red+Green+Blue) = 191+101+194=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF65C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF65C2 is #409A3D. Grayscale: #8A8A8A. Windows color (decimal): -4233790 or 12740031. OLE color: 12740031.

HSL color Cylindrical-coordinate representation of color #BF65C2: hue angle of 298.06º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF65C2 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 101 194 -
CMYK 0.02 0.48 0 0.24
HSL 298.06º 0.43% 0.58% -
HSV(B) 298.06º 0.48% 0.76% -
XYZ 35.88 24.28 53.83 -
YUV 138.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 191 101 194 0.02 0.48 0 0.24 298.06 0.43 0.58
Hex BF 65 C2 2 30 0 18 12A 2B 3A
Octal 277 145 302 2 60 0 30 452 53 72
Binary 10111111 1100101 11000010 10 110000 0 11000 100101010 101011 111010

Color Harmonies of #BF65C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF65C2

Black with #BF65C2

Text Example


Text Example

White with #BF65C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF65C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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