Html Css Color HEX #BF5EDD Medium Orchid

📋 copy color: '#BF5EDD'

red 191 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #BF5EDD

Tints of Medium Orchid #BF5EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 37.75%
G = 18.58%
B = 43.68%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF5EDD (or 0xBF5EDD) is known color: Medium Orchid. HEX triplet: BF, 5E and DD. RGB value is (191,94,221). Sum of RGB (Red+Green+Blue) = 191+94+221=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EDD is #40A122. Grayscale: #898989. Windows color (decimal): -4235555 or 14507711. OLE color: 14507711.

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

Color convert

RGB 191 94 221 -
CMYK 0.14 0.57 0 0.13
HSL 285.83º 0.65% 0.62% -
HSV(B) 285.83º 0.57% 0.87% -
XYZ 38.54 24.3 71.07 -
YUV 137.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 191 94 221 0.14 0.57 0 0.13 285.83 0.65 0.62
Hex BF 5E DD E 39 0 D 11E 41 3E
Octal 277 136 335 16 71 0 15 436 101 76
Binary 10111111 1011110 11011101 1110 111001 0 1101 100011110 1000001 111110

Color Harmonies of #BF5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EDD

Black with #BF5EDD

Text Example


Text Example

White with #BF5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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