Html Css Color HEX #BF6FD0 Medium Orchid

📋 copy color: '#BF6FD0'

red 191 ◦ green 111 ◦ blue 208

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

Shades of Medium Orchid #BF6FD0

Tints of Medium Orchid #BF6FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.76%

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 37.45%
G = 21.76%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF6FD0 (or 0xBF6FD0) is known color: Medium Orchid. HEX triplet: BF, 6F and D0. RGB value is (191,111,208). Sum of RGB (Red+Green+Blue) = 191+111+208=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF6FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FD0 is #40902F. Grayscale: #919191. Windows color (decimal): -4231216 or 13660095. OLE color: 13660095.

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

Color convert

RGB 191 111 208 -
CMYK 0.08 0.47 0 0.18
HSL 289.48º 0.51% 0.63% -
HSV(B) 289.48º 0.47% 0.82% -
XYZ 38.56 27 62.85 -
YUV 145.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 191 111 208 0.08 0.47 0 0.18 289.48 0.51 0.63
Hex BF 6F D0 8 2F 0 12 121 33 3F
Octal 277 157 320 10 57 0 22 441 63 77
Binary 10111111 1101111 11010000 1000 101111 0 10010 100100001 110011 111111

Color Harmonies of #BF6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FD0

Black with #BF6FD0

Text Example


Text Example

White with #BF6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FD0; }

 p { color: rgb(191,111,208); }

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

background-color css

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

 a { background-color: rgb(191,111,208); }

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

border-color css

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

 span { border-color: rgb(191,111,208); }

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