Html Css Color HEX #BF5DCF Medium Orchid

📋 copy color: '#BF5DCF'

red 191 ◦ green 93 ◦ blue 207

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

Shades of Medium Orchid #BF5DCF

Tints of Medium Orchid #BF5DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 38.9%
G = 18.94%
B = 42.16%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF5DCF (or 0xBF5DCF) is known color: Medium Orchid. HEX triplet: BF, 5D and CF. RGB value is (191,93,207). Sum of RGB (Red+Green+Blue) = 191+93+207=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF5DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5DCF is #40A230. Grayscale: #868686. Windows color (decimal): -4235825 or 13589951. OLE color: 13589951.

HSL color Cylindrical-coordinate representation of color #BF5DCF: hue angle of 291.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5DCF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 93 207 -
CMYK 0.08 0.55 0 0.19
HSL 291.58º 0.54% 0.59% -
HSV(B) 291.58º 0.55% 0.81% -
XYZ 36.66 23.41 61.62 -
YUV 135.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 191 93 207 0.08 0.55 0 0.19 291.58 0.54 0.59
Hex BF 5D CF 8 37 0 13 124 36 3B
Octal 277 135 317 10 67 0 23 444 66 73
Binary 10111111 1011101 11001111 1000 110111 0 10011 100100100 110110 111011

Color Harmonies of #BF5DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DCF

Black with #BF5DCF

Text Example


Text Example

White with #BF5DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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