Html Css Color HEX #BF4AFF Medium Orchid

📋 copy color: '#BF4AFF'

red 191 ◦ green 74 ◦ blue 255

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

Shades of Medium Orchid #BF4AFF

Tints of Medium Orchid #BF4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.23%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 36.73%
G = 14.23%
B = 49.04%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF4AFF (or 0xBF4AFF) is known color: Medium Orchid. HEX triplet: BF, 4A and FF. RGB value is (191,74,255). Sum of RGB (Red+Green+Blue) = 191+74+255=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4AFF is #40B500. Grayscale: #818181. Windows color (decimal): -4240641 or 16730815. OLE color: 16730815.

HSL color Cylindrical-coordinate representation of color #BF4AFF: hue angle of 278.78º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF4AFF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 74 255 -
CMYK 0.25 0.71 0 0
HSL 278.78º 1% 0.65% -
HSV(B) 278.78º 0.71% 1% -
XYZ 41.98 23.19 96.87 -
YUV 129.62 198.76 171.78 -
System Red Green Blue C M Y K H S L
Decimal 191 74 255 0.25 0.71 0 0 278.78 1 0.65
Hex BF 4A FF 19 47 0 0 117 64 41
Octal 277 112 377 31 107 0 0 427 144 101
Binary 10111111 1001010 11111111 11001 1000111 0 0 100010111 1100100 1000001

Color Harmonies of #BF4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4AFF

Black with #BF4AFF

Text Example


Text Example

White with #BF4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4AFF; }

 p { color: rgb(191,74,255); }

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

background-color css

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

 a { background-color: rgb(191,74,255); }

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

border-color css

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

 span { border-color: rgb(191,74,255); }

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