Html Css Color HEX #BF30BF Fuchsia

📋 copy color: '#BF30BF'

red 191 ◦ green 48 ◦ blue 191

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

Shades of Fuchsia #BF30BF

Tints of Fuchsia #BF30BF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 44.42%
G = 11.16%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF30BF (or 0xBF30BF) is known color: Fuchsia. HEX triplet: BF, 30 and BF. RGB value is (191,48,191). Sum of RGB (Red+Green+Blue) = 191+48+191=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF30BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30BF is #40CF40. Grayscale: #6A6A6A. Windows color (decimal): -4247361 or 12529855. OLE color: 12529855.

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

Color convert

RGB 191 48 191 -
CMYK 0 0.75 0 0.25
HSL 300º 0.6% 0.47% -
HSV(B) 300º 0.75% 0.75% -
XYZ 31.95 16.95 50.88 -
YUV 107.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 191 48 191 0 0.75 0 0.25 300 0.6 0.47
Hex BF 30 BF 0 4B 0 19 12C 3C 2F
Octal 277 60 277 0 113 0 31 454 74 57
Binary 10111111 110000 10111111 0 1001011 0 11001 100101100 111100 101111

Color Harmonies of #BF30BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30BF

Black with #BF30BF

Text Example


Text Example

White with #BF30BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30BF; }

 p { color: rgb(191,48,191); }

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

background-color css

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

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

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

border-color css

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

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

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