Html Css Color HEX #BF4FDB Medium Orchid

📋 copy color: '#BF4FDB'

red 191 ◦ green 79 ◦ blue 219

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

Shades of Medium Orchid #BF4FDB

Tints of Medium Orchid #BF4FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 39.06%
G = 16.16%
B = 44.79%

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

#BF4FDB (or 0xBF4FDB) is known color: Medium Orchid. HEX triplet: BF, 4F and DB. RGB value is (191,79,219). Sum of RGB (Red+Green+Blue) = 191+79+219=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FDB is #40B024. Grayscale: #808080. Windows color (decimal): -4239397 or 14372799. OLE color: 14372799.

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

Color convert

RGB 191 79 219 -
CMYK 0.13 0.64 0 0.14
HSL 288º 0.66% 0.58% -
HSV(B) 288º 0.64% 0.86% -
XYZ 37.07 21.78 69.27 -
YUV 128.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 191 79 219 0.13 0.64 0 0.14 288 0.66 0.58
Hex BF 4F DB D 40 0 E 120 42 3A
Octal 277 117 333 15 100 0 16 440 102 72
Binary 10111111 1001111 11011011 1101 1000000 0 1110 100100000 1000010 111010

Color Harmonies of #BF4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4FDB

Black with #BF4FDB

Text Example


Text Example

White with #BF4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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