Html Css Color HEX #BF5EDB Medium Orchid

📋 copy color: '#BF5EDB'

red 191 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #BF5EDB

Tints of Medium Orchid #BF5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.65%

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

R = 37.9%
G = 18.65%
B = 43.45%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF5EDB (or 0xBF5EDB) is known color: Medium Orchid. HEX triplet: BF, 5E and DB. RGB value is (191,94,219). Sum of RGB (Red+Green+Blue) = 191+94+219=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EDB is #40A124. Grayscale: #888888. Windows color (decimal): -4235557 or 14376639. OLE color: 14376639.

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

Color convert

RGB 191 94 219 -
CMYK 0.13 0.57 0 0.14
HSL 286.56º 0.63% 0.61% -
HSV(B) 286.56º 0.57% 0.86% -
XYZ 38.27 24.2 69.67 -
YUV 137.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 191 94 219 0.13 0.57 0 0.14 286.56 0.63 0.61
Hex BF 5E DB D 39 0 E 11F 3F 3D
Octal 277 136 333 15 71 0 16 437 77 75
Binary 10111111 1011110 11011011 1101 111001 0 1110 100011111 111111 111101

Color Harmonies of #BF5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EDB

Black with #BF5EDB

Text Example


Text Example

White with #BF5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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