Html Css Color HEX #BF6CDC Medium Orchid

📋 copy color: '#BF6CDC'

red 191 ◦ green 108 ◦ blue 220

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

Shades of Medium Orchid #BF6CDC

Tints of Medium Orchid #BF6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 36.8%
G = 20.81%
B = 42.39%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF6CDC (or 0xBF6CDC) is known color: Medium Orchid. HEX triplet: BF, 6C and DC. RGB value is (191,108,220). Sum of RGB (Red+Green+Blue) = 191+108+220=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CDC is #409323. Grayscale: #919191. Windows color (decimal): -4231972 or 14445759. OLE color: 14445759.

HSL color Cylindrical-coordinate representation of color #BF6CDC: hue angle of 284.46º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6CDC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 108 220 -
CMYK 0.13 0.51 0 0.14
HSL 284.46º 0.62% 0.64% -
HSV(B) 284.46º 0.51% 0.86% -
XYZ 39.77 26.97 70.82 -
YUV 145.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 191 108 220 0.13 0.51 0 0.14 284.46 0.62 0.64
Hex BF 6C DC D 33 0 E 11C 3E 40
Octal 277 154 334 15 63 0 16 434 76 100
Binary 10111111 1101100 11011100 1101 110011 0 1110 100011100 111110 1000000

Color Harmonies of #BF6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CDC

Black with #BF6CDC

Text Example


Text Example

White with #BF6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CDC; }

 p { color: rgb(191,108,220); }

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

background-color css

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

 a { background-color: rgb(191,108,220); }

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

border-color css

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

 span { border-color: rgb(191,108,220); }

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