Html Css Color HEX #BF61DF Medium Orchid

📋 copy color: '#BF61DF'

red 191 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #BF61DF

Tints of Medium Orchid #BF61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 37.38%
G = 18.98%
B = 43.64%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF61DF (or 0xBF61DF) is known color: Medium Orchid. HEX triplet: BF, 61 and DF. RGB value is (191,97,223). Sum of RGB (Red+Green+Blue) = 191+97+223=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61DF is #409E20. Grayscale: #8B8B8B. Windows color (decimal): -4234785 or 14639551. OLE color: 14639551.

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

Color convert

RGB 191 97 223 -
CMYK 0.14 0.57 0 0.13
HSL 284.76º 0.66% 0.63% -
HSV(B) 284.76º 0.57% 0.87% -
XYZ 39.08 24.95 72.57 -
YUV 139.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 191 97 223 0.14 0.57 0 0.13 284.76 0.66 0.63
Hex BF 61 DF E 39 0 D 11D 42 3F
Octal 277 141 337 16 71 0 15 435 102 77
Binary 10111111 1100001 11011111 1110 111001 0 1101 100011101 1000010 111111

Color Harmonies of #BF61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61DF

Black with #BF61DF

Text Example


Text Example

White with #BF61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61DF; }

 p { color: rgb(191,97,223); }

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

background-color css

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

 a { background-color: rgb(191,97,223); }

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

border-color css

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

 span { border-color: rgb(191,97,223); }

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