Html Css Color HEX #BF40D0 Medium Orchid

📋 copy color: '#BF40D0'

red 191 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #BF40D0

Tints of Medium Orchid #BF40D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 41.25%
G = 13.82%
B = 44.92%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF40D0 (or 0xBF40D0) is known color: Medium Orchid. HEX triplet: BF, 40 and D0. RGB value is (191,64,208). Sum of RGB (Red+Green+Blue) = 191+64+208=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40D0 is #40BF2F. Grayscale: #757575. Windows color (decimal): -4243248 or 13648063. OLE color: 13648063.

HSL color Cylindrical-coordinate representation of color #BF40D0: hue angle of 292.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF40D0 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 64 208 -
CMYK 0.08 0.69 0 0.18
HSL 292.92º 0.61% 0.53% -
HSV(B) 292.92º 0.69% 0.82% -
XYZ 34.7 19.3 61.57 -
YUV 118.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 191 64 208 0.08 0.69 0 0.18 292.92 0.61 0.53
Hex BF 40 D0 8 45 0 12 125 3D 35
Octal 277 100 320 10 105 0 22 445 75 65
Binary 10111111 1000000 11010000 1000 1000101 0 10010 100100101 111101 110101

Color Harmonies of #BF40D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40D0

Black with #BF40D0

Text Example


Text Example

White with #BF40D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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