Html Css Color HEX #BF3EBB Fuchsia

📋 copy color: '#BF3EBB'

red 191 ◦ green 62 ◦ blue 187

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

Shades of Fuchsia #BF3EBB

Tints of Fuchsia #BF3EBB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.09%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 43.41%
G = 14.09%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF3EBB (or 0xBF3EBB) is known color: Fuchsia. HEX triplet: BF, 3E and BB. RGB value is (191,62,187). Sum of RGB (Red+Green+Blue) = 191+62+187=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EBB is #40C144. Grayscale: #727272. Windows color (decimal): -4243781 or 12271295. OLE color: 12271295.

HSL color Cylindrical-coordinate representation of color #BF3EBB: hue angle of 301.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3EBB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 62 187 -
CMYK 0 0.68 0.02 0.25
HSL 301.86º 0.51% 0.5% -
HSV(B) 301.86º 0.68% 0.75% -
XYZ 32.18 18.11 48.81 -
YUV 114.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 191 62 187 0 0.68 0.02 0.25 301.86 0.51 0.5
Hex BF 3E BB 0 44 2 19 12E 33 32
Octal 277 76 273 0 104 2 31 456 63 62
Binary 10111111 111110 10111011 0 1000100 10 11001 100101110 110011 110010

Color Harmonies of #BF3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EBB

Black with #BF3EBB

Text Example


Text Example

White with #BF3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EBB; }

 p { color: rgb(191,62,187); }

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

background-color css

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

 a { background-color: rgb(191,62,187); }

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

border-color css

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

 span { border-color: rgb(191,62,187); }

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