Html Css Color HEX #BF4CFA Medium Orchid

📋 copy color: '#BF4CFA'

red 191 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #BF4CFA

Tints of Medium Orchid #BF4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.7%

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 36.94%
G = 14.7%
B = 48.36%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF4CFA (or 0xBF4CFA) is known color: Medium Orchid. HEX triplet: BF, 4C and FA. RGB value is (191,76,250). Sum of RGB (Red+Green+Blue) = 191+76+250=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CFA is #40B305. Grayscale: #818181. Windows color (decimal): -4240134 or 16403647. OLE color: 16403647.

HSL color Cylindrical-coordinate representation of color #BF4CFA: hue angle of 279.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF4CFA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 76 250 -
CMYK 0.24 0.70 0 0.02
HSL 279.66º 0.95% 0.64% -
HSV(B) 279.66º 0.7% 0.98% -
XYZ 41.33 23.15 92.73 -
YUV 130.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 191 76 250 0.24 0.70 0 0.02 279.66 0.95 0.64
Hex BF 4C FA 18 46 0 2 118 5F 40
Octal 277 114 372 30 106 0 2 430 137 100
Binary 10111111 1001100 11111010 11000 1000110 0 10 100011000 1011111 1000000

Color Harmonies of #BF4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CFA

Black with #BF4CFA

Text Example


Text Example

White with #BF4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CFA; }

 p { color: rgb(191,76,250); }

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

background-color css

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

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

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

border-color css

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

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

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