Html Css Color HEX #BF30B8 Fuchsia

📋 copy color: '#BF30B8'

red 191 ◦ green 48 ◦ blue 184

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

Shades of Fuchsia #BF30B8

Tints of Fuchsia #BF30B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.5%

R = 45.15%
G = 11.35%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF30B8 (or 0xBF30B8) is known color: Fuchsia. HEX triplet: BF, 30 and B8. RGB value is (191,48,184). Sum of RGB (Red+Green+Blue) = 191+48+184=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30B8 is #40CF47. Grayscale: #696969. Windows color (decimal): -4247368 or 12071103. OLE color: 12071103.

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

Color convert

RGB 191 48 184 -
CMYK 0 0.75 0.04 0.25
HSL 302.94º 0.6% 0.47% -
HSV(B) 302.94º 0.75% 0.75% -
XYZ 31.19 16.65 46.92 -
YUV 106.26 171.88 188.44 -
System Red Green Blue C M Y K H S L
Decimal 191 48 184 0 0.75 0.04 0.25 302.94 0.6 0.47
Hex BF 30 B8 0 4B 4 19 12F 3C 2F
Octal 277 60 270 0 113 4 31 457 74 57
Binary 10111111 110000 10111000 0 1001011 100 11001 100101111 111100 101111

Color Harmonies of #BF30B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30B8

Black with #BF30B8

Text Example


Text Example

White with #BF30B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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