Html Css Color HEX #BF4FDF Medium Orchid

📋 copy color: '#BF4FDF'

red 191 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #BF4FDF

Tints of Medium Orchid #BF4FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 38.74%
G = 16.02%
B = 45.23%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF4FDF (or 0xBF4FDF) is known color: Medium Orchid. HEX triplet: BF, 4F and DF. RGB value is (191,79,223). Sum of RGB (Red+Green+Blue) = 191+79+223=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF4FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FDF is #40B020. Grayscale: #808080. Windows color (decimal): -4239393 or 14634943. OLE color: 14634943.

HSL color Cylindrical-coordinate representation of color #BF4FDF: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4FDF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 79 223 -
CMYK 0.14 0.65 0 0.13
HSL 286.67º 0.69% 0.59% -
HSV(B) 286.67º 0.65% 0.87% -
XYZ 37.6 22 72.08 -
YUV 128.9 181.11 172.29 -
System Red Green Blue C M Y K H S L
Decimal 191 79 223 0.14 0.65 0 0.13 286.67 0.69 0.59
Hex BF 4F DF E 41 0 D 11F 45 3B
Octal 277 117 337 16 101 0 15 437 105 73
Binary 10111111 1001111 11011111 1110 1000001 0 1101 100011111 1000101 111011

Color Harmonies of #BF4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FDF

Black with #BF4FDF

Text Example


Text Example

White with #BF4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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