Html Css Color HEX #BF6DCF Medium Orchid

📋 copy color: '#BF6DCF'

red 191 ◦ green 109 ◦ blue 207

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

Shades of Medium Orchid #BF6DCF

Tints of Medium Orchid #BF6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

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

R = 37.67%
G = 21.5%
B = 40.83%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF6DCF (or 0xBF6DCF) is known color: Medium Orchid. HEX triplet: BF, 6D and CF. RGB value is (191,109,207). Sum of RGB (Red+Green+Blue) = 191+109+207=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DCF is #409230. Grayscale: #909090. Windows color (decimal): -4231729 or 13594047. OLE color: 13594047.

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

Color convert

RGB 191 109 207 -
CMYK 0.08 0.47 0 0.19
HSL 290.2º 0.51% 0.62% -
HSV(B) 290.2º 0.47% 0.81% -
XYZ 38.22 26.52 62.14 -
YUV 144.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 191 109 207 0.08 0.47 0 0.19 290.2 0.51 0.62
Hex BF 6D CF 8 2F 0 13 122 33 3E
Octal 277 155 317 10 57 0 23 442 63 76
Binary 10111111 1101101 11001111 1000 101111 0 10011 100100010 110011 111110

Color Harmonies of #BF6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DCF

Black with #BF6DCF

Text Example


Text Example

White with #BF6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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