Html Css Color HEX #BF6FD3 Medium Orchid

📋 copy color: '#BF6FD3'

red 191 ◦ green 111 ◦ blue 211

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

Shades of Medium Orchid #BF6FD3

Tints of Medium Orchid #BF6FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.13%

R = 37.23%
G = 21.64%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF6FD3 (or 0xBF6FD3) is known color: Medium Orchid. HEX triplet: BF, 6F and D3. RGB value is (191,111,211). Sum of RGB (Red+Green+Blue) = 191+111+211=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FD3 is #40902C. Grayscale: #929292. Windows color (decimal): -4231213 or 13856703. OLE color: 13856703.

HSL color Cylindrical-coordinate representation of color #BF6FD3: hue angle of 288º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6FD3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 111 211 -
CMYK 0.09 0.47 0 0.17
HSL 288º 0.53% 0.63% -
HSV(B) 288º 0.47% 0.83% -
XYZ 38.93 27.15 64.82 -
YUV 146.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 191 111 211 0.09 0.47 0 0.17 288 0.53 0.63
Hex BF 6F D3 9 2F 0 11 120 35 3F
Octal 277 157 323 11 57 0 21 440 65 77
Binary 10111111 1101111 11010011 1001 101111 0 10001 100100000 110101 111111

Color Harmonies of #BF6FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FD3

Black with #BF6FD3

Text Example


Text Example

White with #BF6FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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