Html Css Color HEX #BF30BC Fuchsia

📋 copy color: '#BF30BC'

red 191 ◦ green 48 ◦ blue 188

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

Shades of Fuchsia #BF30BC

Tints of Fuchsia #BF30BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 44.73%
G = 11.24%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF30BC (or 0xBF30BC) is known color: Fuchsia. HEX triplet: BF, 30 and BC. RGB value is (191,48,188). Sum of RGB (Red+Green+Blue) = 191+48+188=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF30BC is #40CF43. Grayscale: #6A6A6A. Windows color (decimal): -4247364 or 12333247. OLE color: 12333247.

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

Color convert

RGB 191 48 188 -
CMYK 0 0.75 0.02 0.25
HSL 301.26º 0.6% 0.47% -
HSV(B) 301.26º 0.75% 0.75% -
XYZ 31.62 16.82 49.16 -
YUV 106.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 191 48 188 0 0.75 0.02 0.25 301.26 0.6 0.47
Hex BF 30 BC 0 4B 2 19 12D 3C 2F
Octal 277 60 274 0 113 2 31 455 74 57
Binary 10111111 110000 10111100 0 1001011 10 11001 100101101 111100 101111

Color Harmonies of #BF30BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30BC

Black with #BF30BC

Text Example


Text Example

White with #BF30BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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