Html Css Color HEX #BF4FFA Medium Orchid

📋 copy color: '#BF4FFA'

red 191 ◦ green 79 ◦ blue 250

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

Shades of Medium Orchid #BF4FFA

Tints of Medium Orchid #BF4FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.19%

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

R = 36.73%
G = 15.19%
B = 48.08%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF4FFA (or 0xBF4FFA) is known color: Medium Orchid. HEX triplet: BF, 4F and FA. RGB value is (191,79,250). Sum of RGB (Red+Green+Blue) = 191+79+250=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF4FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FFA is #40B005. Grayscale: #838383. Windows color (decimal): -4239366 or 16404415. OLE color: 16404415.

HSL color Cylindrical-coordinate representation of color #BF4FFA: hue angle of 279.3º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4FFA is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 79 250 -
CMYK 0.24 0.68 0 0.02
HSL 279.3º 0.94% 0.65% -
HSV(B) 279.3º 0.68% 0.98% -
XYZ 41.54 23.57 92.8 -
YUV 131.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 191 79 250 0.24 0.68 0 0.02 279.3 0.94 0.65
Hex BF 4F FA 18 44 0 2 117 5E 41
Octal 277 117 372 30 104 0 2 427 136 101
Binary 10111111 1001111 11111010 11000 1000100 0 10 100010111 1011110 1000001

Color Harmonies of #BF4FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FFA

Black with #BF4FFA

Text Example


Text Example

White with #BF4FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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