Html Css Color HEX #BF41CD Medium Orchid

📋 copy color: '#BF41CD'

red 191 ◦ green 65 ◦ blue 205

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

Shades of Medium Orchid #BF41CD

Tints of Medium Orchid #BF41CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

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

R = 41.43%
G = 14.1%
B = 44.47%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF41CD (or 0xBF41CD) is known color: Medium Orchid. HEX triplet: BF, 41 and CD. RGB value is (191,65,205). Sum of RGB (Red+Green+Blue) = 191+65+205=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF41CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41CD is #40BE32. Grayscale: #767676. Windows color (decimal): -4242995 or 13451711. OLE color: 13451711.

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

Color convert

RGB 191 65 205 -
CMYK 0.07 0.68 0 0.20
HSL 294º 0.58% 0.53% -
HSV(B) 294º 0.68% 0.8% -
XYZ 34.4 19.26 59.66 -
YUV 118.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 191 65 205 0.07 0.68 0 0.20 294 0.58 0.53
Hex BF 41 CD 7 44 0 14 126 3A 35
Octal 277 101 315 7 104 0 24 446 72 65
Binary 10111111 1000001 11001101 111 1000100 0 10100 100100110 111010 110101

Color Harmonies of #BF41CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41CD

Black with #BF41CD

Text Example


Text Example

White with #BF41CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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