Html Css Color HEX #BF6FDA Medium Orchid

📋 copy color: '#BF6FDA'

red 191 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #BF6FDA

Tints of Medium Orchid #BF6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 36.73%
G = 21.35%
B = 41.92%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF6FDA (or 0xBF6FDA) is known color: Medium Orchid. HEX triplet: BF, 6F and DA. RGB value is (191,111,218). Sum of RGB (Red+Green+Blue) = 191+111+218=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FDA is #409025. Grayscale: #929292. Windows color (decimal): -4231206 or 14315455. OLE color: 14315455.

HSL color Cylindrical-coordinate representation of color #BF6FDA: hue angle of 284.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6FDA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 111 218 -
CMYK 0.12 0.49 0 0.15
HSL 284.86º 0.59% 0.65% -
HSV(B) 284.86º 0.49% 0.85% -
XYZ 39.83 27.51 69.54 -
YUV 147.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 191 111 218 0.12 0.49 0 0.15 284.86 0.59 0.65
Hex BF 6F DA C 31 0 F 11D 3B 41
Octal 277 157 332 14 61 0 17 435 73 101
Binary 10111111 1101111 11011010 1100 110001 0 1111 100011101 111011 1000001

Color Harmonies of #BF6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FDA

Black with #BF6FDA

Text Example


Text Example

White with #BF6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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