Html Css Color HEX #BF5DD7 Medium Orchid

📋 copy color: '#BF5DD7'

red 191 ◦ green 93 ◦ blue 215

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

Shades of Medium Orchid #BF5DD7

Tints of Medium Orchid #BF5DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.64%

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 38.28%
G = 18.64%
B = 43.09%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF5DD7 (or 0xBF5DD7) is known color: Medium Orchid. HEX triplet: BF, 5D and D7. RGB value is (191,93,215). Sum of RGB (Red+Green+Blue) = 191+93+215=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF5DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DD7 is #40A228. Grayscale: #878787. Windows color (decimal): -4235817 or 14114239. OLE color: 14114239.

HSL color Cylindrical-coordinate representation of color #BF5DD7: hue angle of 288.2º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5DD7 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 93 215 -
CMYK 0.11 0.57 0 0.16
HSL 288.2º 0.6% 0.6% -
HSV(B) 288.2º 0.57% 0.84% -
XYZ 37.67 23.81 66.9 -
YUV 136.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 191 93 215 0.11 0.57 0 0.16 288.2 0.6 0.6
Hex BF 5D D7 B 39 0 10 120 3C 3C
Octal 277 135 327 13 71 0 20 440 74 74
Binary 10111111 1011101 11010111 1011 111001 0 10000 100100000 111100 111100

Color Harmonies of #BF5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DD7

Black with #BF5DD7

Text Example


Text Example

White with #BF5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DD7; }

 p { color: rgb(191,93,215); }

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

background-color css

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

 a { background-color: rgb(191,93,215); }

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

border-color css

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

 span { border-color: rgb(191,93,215); }

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