Html Css Color HEX #BF30C0 Fuchsia

📋 copy color: '#BF30C0'

red 191 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #BF30C0

Tints of Fuchsia #BF30C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 44.32%
G = 11.14%
B = 44.55%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF30C0 (or 0xBF30C0) is known color: Fuchsia. HEX triplet: BF, 30 and C0. RGB value is (191,48,192). Sum of RGB (Red+Green+Blue) = 191+48+192=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30C0 is #40CF3F. Grayscale: #6A6A6A. Windows color (decimal): -4247360 or 12595391. OLE color: 12595391.

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

Color convert

RGB 191 48 192 -
CMYK 0.01 0.75 0 0.25
HSL 299.58º 0.6% 0.47% -
HSV(B) 299.58º 0.75% 0.75% -
XYZ 32.06 17 51.46 -
YUV 107.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 191 48 192 0.01 0.75 0 0.25 299.58 0.6 0.47
Hex BF 30 C0 1 4B 0 19 12C 3C 2F
Octal 277 60 300 1 113 0 31 454 74 57
Binary 10111111 110000 11000000 1 1001011 0 11001 100101100 111100 101111

Color Harmonies of #BF30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30C0

Black with #BF30C0

Text Example


Text Example

White with #BF30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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