Html Css Color HEX #BF4FDA Medium Orchid

📋 copy color: '#BF4FDA'

red 191 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #BF4FDA

Tints of Medium Orchid #BF4FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 39.14%
G = 16.19%
B = 44.67%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF4FDA (or 0xBF4FDA) is known color: Medium Orchid. HEX triplet: BF, 4F and DA. RGB value is (191,79,218). Sum of RGB (Red+Green+Blue) = 191+79+218=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FDA is #40B025. Grayscale: #7F7F7F. Windows color (decimal): -4239398 or 14307263. OLE color: 14307263.

HSL color Cylindrical-coordinate representation of color #BF4FDA: hue angle of 288.35º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4FDA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 79 218 -
CMYK 0.12 0.64 0 0.15
HSL 288.35º 0.65% 0.58% -
HSV(B) 288.35º 0.64% 0.85% -
XYZ 36.94 21.73 68.58 -
YUV 128.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 191 79 218 0.12 0.64 0 0.15 288.35 0.65 0.58
Hex BF 4F DA C 40 0 F 120 41 3A
Octal 277 117 332 14 100 0 17 440 101 72
Binary 10111111 1001111 11011010 1100 1000000 0 1111 100100000 1000001 111010

Color Harmonies of #BF4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FDA

Black with #BF4FDA

Text Example


Text Example

White with #BF4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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