Html Css Color HEX #BF4FDC Medium Orchid

📋 copy color: '#BF4FDC'

red 191 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #BF4FDC

Tints of Medium Orchid #BF4FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 38.98%
G = 16.12%
B = 44.9%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF4FDC (or 0xBF4FDC) is known color: Medium Orchid. HEX triplet: BF, 4F and DC. RGB value is (191,79,220). Sum of RGB (Red+Green+Blue) = 191+79+220=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FDC is #40B023. Grayscale: #808080. Windows color (decimal): -4239396 or 14438335. OLE color: 14438335.

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

Color convert

RGB 191 79 220 -
CMYK 0.13 0.64 0 0.14
HSL 287.66º 0.67% 0.59% -
HSV(B) 287.66º 0.64% 0.86% -
XYZ 37.2 21.84 69.96 -
YUV 128.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 191 79 220 0.13 0.64 0 0.14 287.66 0.67 0.59
Hex BF 4F DC D 40 0 E 120 43 3B
Octal 277 117 334 15 100 0 16 440 103 73
Binary 10111111 1001111 11011100 1101 1000000 0 1110 100100000 1000011 111011

Color Harmonies of #BF4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FDC

Black with #BF4FDC

Text Example


Text Example

White with #BF4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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