Html Css Color HEX #BF41DC Medium Orchid

📋 copy color: '#BF41DC'

red 191 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #BF41DC

Tints of Medium Orchid #BF41DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 40.13%
G = 13.66%
B = 46.22%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF41DC (or 0xBF41DC) is known color: Medium Orchid. HEX triplet: BF, 41 and DC. RGB value is (191,65,220). Sum of RGB (Red+Green+Blue) = 191+65+220=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41DC is #40BE23. Grayscale: #777777. Windows color (decimal): -4242980 or 14434751. OLE color: 14434751.

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

Color convert

RGB 191 65 220 -
CMYK 0.13 0.70 0 0.14
HSL 288.77º 0.69% 0.56% -
HSV(B) 288.77º 0.7% 0.86% -
XYZ 36.29 20.02 69.66 -
YUV 120.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 191 65 220 0.13 0.70 0 0.14 288.77 0.69 0.56
Hex BF 41 DC D 46 0 E 121 45 38
Octal 277 101 334 15 106 0 16 441 105 70
Binary 10111111 1000001 11011100 1101 1000110 0 1110 100100001 1000101 111000

Color Harmonies of #BF41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41DC

Black with #BF41DC

Text Example


Text Example

White with #BF41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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