Html Css Color HEX #BF41CF Medium Orchid

📋 copy color: '#BF41CF'

red 191 ◦ green 65 ◦ blue 207

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

Shades of Medium Orchid #BF41CF

Tints of Medium Orchid #BF41CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 41.25%
G = 14.04%
B = 44.71%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF41CF (or 0xBF41CF) is known color: Medium Orchid. HEX triplet: BF, 41 and CF. RGB value is (191,65,207). Sum of RGB (Red+Green+Blue) = 191+65+207=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41CF is #40BE30. Grayscale: #767676. Windows color (decimal): -4242993 or 13582783. OLE color: 13582783.

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

Color convert

RGB 191 65 207 -
CMYK 0.08 0.69 0 0.19
HSL 293.24º 0.6% 0.53% -
HSV(B) 293.24º 0.69% 0.81% -
XYZ 34.64 19.36 60.94 -
YUV 118.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 191 65 207 0.08 0.69 0 0.19 293.24 0.6 0.53
Hex BF 41 CF 8 45 0 13 125 3C 35
Octal 277 101 317 10 105 0 23 445 74 65
Binary 10111111 1000001 11001111 1000 1000101 0 10011 100100101 111100 110101

Color Harmonies of #BF41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41CF

Black with #BF41CF

Text Example


Text Example

White with #BF41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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