Html Css Color HEX #BF6ACD Medium Orchid

📋 copy color: '#BF6ACD'

red 191 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #BF6ACD

Tints of Medium Orchid #BF6ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 38.05%
G = 21.12%
B = 40.84%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF6ACD (or 0xBF6ACD) is known color: Medium Orchid. HEX triplet: BF, 6A and CD. RGB value is (191,106,205). Sum of RGB (Red+Green+Blue) = 191+106+205=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ACD is #409532. Grayscale: #8E8E8E. Windows color (decimal): -4232499 or 13462207. OLE color: 13462207.

HSL color Cylindrical-coordinate representation of color #BF6ACD: hue angle of 291.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6ACD is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 106 205 -
CMYK 0.07 0.48 0 0.20
HSL 291.52º 0.5% 0.61% -
HSV(B) 291.52º 0.48% 0.8% -
XYZ 37.66 25.79 60.75 -
YUV 142.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 191 106 205 0.07 0.48 0 0.20 291.52 0.5 0.61
Hex BF 6A CD 7 30 0 14 124 32 3D
Octal 277 152 315 7 60 0 24 444 62 75
Binary 10111111 1101010 11001101 111 110000 0 10100 100100100 110010 111101

Color Harmonies of #BF6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6ACD

Black with #BF6ACD

Text Example


Text Example

White with #BF6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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