Html Css Color HEX #BF5BDB Medium Orchid

📋 copy color: '#BF5BDB'

red 191 ◦ green 91 ◦ blue 219

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

Shades of Medium Orchid #BF5BDB

Tints of Medium Orchid #BF5BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.16%

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

R = 38.12%
G = 18.16%
B = 43.71%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF5BDB (or 0xBF5BDB) is known color: Medium Orchid. HEX triplet: BF, 5B and DB. RGB value is (191,91,219). Sum of RGB (Red+Green+Blue) = 191+91+219=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5BDB is #40A424. Grayscale: #878787. Windows color (decimal): -4236325 or 14375871. OLE color: 14375871.

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

Color convert

RGB 191 91 219 -
CMYK 0.13 0.58 0 0.14
HSL 286.88º 0.64% 0.61% -
HSV(B) 286.88º 0.58% 0.86% -
XYZ 38.01 23.67 69.58 -
YUV 135.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 191 91 219 0.13 0.58 0 0.14 286.88 0.64 0.61
Hex BF 5B DB D 3A 0 E 11F 40 3D
Octal 277 133 333 15 72 0 16 437 100 75
Binary 10111111 1011011 11011011 1101 111010 0 1110 100011111 1000000 111101

Color Harmonies of #BF5BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BDB

Black with #BF5BDB

Text Example


Text Example

White with #BF5BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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