Html Css Color HEX #BF6CDD Medium Orchid

📋 copy color: '#BF6CDD'

red 191 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #BF6CDD

Tints of Medium Orchid #BF6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 36.73%
G = 20.77%
B = 42.5%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6CDD (or 0xBF6CDD) is known color: Medium Orchid. HEX triplet: BF, 6C and DD. RGB value is (191,108,221). Sum of RGB (Red+Green+Blue) = 191+108+221=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF6CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CDD is #409322. Grayscale: #919191. Windows color (decimal): -4231971 or 14511295. OLE color: 14511295.

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

Color convert

RGB 191 108 221 -
CMYK 0.14 0.51 0 0.13
HSL 284.07º 0.62% 0.65% -
HSV(B) 284.07º 0.51% 0.87% -
XYZ 39.9 27.02 71.52 -
YUV 145.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 191 108 221 0.14 0.51 0 0.13 284.07 0.62 0.65
Hex BF 6C DD E 33 0 D 11C 3E 41
Octal 277 154 335 16 63 0 15 434 76 101
Binary 10111111 1101100 11011101 1110 110011 0 1101 100011100 111110 1000001

Color Harmonies of #BF6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CDD

Black with #BF6CDD

Text Example


Text Example

White with #BF6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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