Html Css Color HEX #BF6ACF Medium Orchid

📋 copy color: '#BF6ACF'

red 191 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #BF6ACF

Tints of Medium Orchid #BF6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

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

R = 37.9%
G = 21.03%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF6ACF (or 0xBF6ACF) is known color: Medium Orchid. HEX triplet: BF, 6A and CF. RGB value is (191,106,207). Sum of RGB (Red+Green+Blue) = 191+106+207=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACF is #409530. Grayscale: #8E8E8E. Windows color (decimal): -4232497 or 13593279. OLE color: 13593279.

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

Color convert

RGB 191 106 207 -
CMYK 0.08 0.49 0 0.19
HSL 290.5º 0.51% 0.61% -
HSV(B) 290.5º 0.49% 0.81% -
XYZ 37.9 25.89 62.03 -
YUV 142.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 191 106 207 0.08 0.49 0 0.19 290.5 0.51 0.61
Hex BF 6A CF 8 31 0 13 122 33 3D
Octal 277 152 317 10 61 0 23 442 63 75
Binary 10111111 1101010 11001111 1000 110001 0 10011 100100010 110011 111101

Color Harmonies of #BF6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ACF

Black with #BF6ACF

Text Example


Text Example

White with #BF6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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