Html Css Color HEX #BF30BE Fuchsia

📋 copy color: '#BF30BE'

red 191 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #BF30BE

Tints of Fuchsia #BF30BE

RGB

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

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

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

R = 44.52%
G = 11.19%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF30BE (or 0xBF30BE) is known color: Fuchsia. HEX triplet: BF, 30 and BE. RGB value is (191,48,190). Sum of RGB (Red+Green+Blue) = 191+48+190=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30BE is #40CF41. Grayscale: #6A6A6A. Windows color (decimal): -4247362 or 12464319. OLE color: 12464319.

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

Color convert

RGB 191 48 190 -
CMYK 0 0.75 0.01 0.25
HSL 300.42º 0.6% 0.47% -
HSV(B) 300.42º 0.75% 0.75% -
XYZ 31.84 16.91 50.3 -
YUV 106.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 191 48 190 0 0.75 0.01 0.25 300.42 0.6 0.47
Hex BF 30 BE 0 4B 1 19 12C 3C 2F
Octal 277 60 276 0 113 1 31 454 74 57
Binary 10111111 110000 10111110 0 1001011 1 11001 100101100 111100 101111

Color Harmonies of #BF30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30BE

Black with #BF30BE

Text Example


Text Example

White with #BF30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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