Html Css Color HEX #BF4CBE Fuchsia

📋 copy color: '#BF4CBE'

red 191 ◦ green 76 ◦ blue 190

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

Shades of Fuchsia #BF4CBE

Tints of Fuchsia #BF4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.63%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 41.79%
G = 16.63%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF4CBE (or 0xBF4CBE) is known color: Fuchsia. HEX triplet: BF, 4C and BE. RGB value is (191,76,190). Sum of RGB (Red+Green+Blue) = 191+76+190=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CBE is #40B341. Grayscale: #7B7B7B. Windows color (decimal): -4240194 or 12471487. OLE color: 12471487.

HSL color Cylindrical-coordinate representation of color #BF4CBE: hue angle of 300.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4CBE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 76 190 -
CMYK 0 0.60 0.01 0.25
HSL 300.52º 0.47% 0.52% -
HSV(B) 300.52º 0.6% 0.75% -
XYZ 33.36 19.96 50.81 -
YUV 123.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 191 76 190 0 0.60 0.01 0.25 300.52 0.47 0.52
Hex BF 4C BE 0 3C 1 19 12D 2F 34
Octal 277 114 276 0 74 1 31 455 57 64
Binary 10111111 1001100 10111110 0 111100 1 11001 100101101 101111 110100

Color Harmonies of #BF4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CBE

Black with #BF4CBE

Text Example


Text Example

White with #BF4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CBE; }

 p { color: rgb(191,76,190); }

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

background-color css

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

 a { background-color: rgb(191,76,190); }

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

border-color css

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

 span { border-color: rgb(191,76,190); }

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