Html Css Color HEX #BF40DD Medium Orchid

📋 copy color: '#BF40DD'

red 191 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #BF40DD

Tints of Medium Orchid #BF40DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.45%

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

R = 40.13%
G = 13.45%
B = 46.43%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF40DD (or 0xBF40DD) is known color: Medium Orchid. HEX triplet: BF, 40 and DD. RGB value is (191,64,221). Sum of RGB (Red+Green+Blue) = 191+64+221=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40DD is #40BF22. Grayscale: #777777. Windows color (decimal): -4243235 or 14500031. OLE color: 14500031.

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

Color convert

RGB 191 64 221 -
CMYK 0.14 0.71 0 0.13
HSL 288.54º 0.7% 0.56% -
HSV(B) 288.54º 0.71% 0.87% -
XYZ 36.37 19.96 70.34 -
YUV 119.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 191 64 221 0.14 0.71 0 0.13 288.54 0.7 0.56
Hex BF 40 DD E 47 0 D 121 46 38
Octal 277 100 335 16 107 0 15 441 106 70
Binary 10111111 1000000 11011101 1110 1000111 0 1101 100100001 1000110 111000

Color Harmonies of #BF40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40DD

Black with #BF40DD

Text Example


Text Example

White with #BF40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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