Html Css Color HEX #BF61D5 Medium Orchid

📋 copy color: '#BF61D5'

red 191 ◦ green 97 ◦ blue 213

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

Shades of Medium Orchid #BF61D5

Tints of Medium Orchid #BF61D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 38.12%
G = 19.36%
B = 42.51%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF61D5 (or 0xBF61D5) is known color: Medium Orchid. HEX triplet: BF, 61 and D5. RGB value is (191,97,213). Sum of RGB (Red+Green+Blue) = 191+97+213=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF61D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61D5 is #409E2A. Grayscale: #898989. Windows color (decimal): -4234795 or 13984191. OLE color: 13984191.

HSL color Cylindrical-coordinate representation of color #BF61D5: hue angle of 288.62º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF61D5 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 97 213 -
CMYK 0.10 0.54 0 0.16
HSL 288.62º 0.58% 0.61% -
HSV(B) 288.62º 0.54% 0.84% -
XYZ 37.77 24.43 65.68 -
YUV 138.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 191 97 213 0.10 0.54 0 0.16 288.62 0.58 0.61
Hex BF 61 D5 A 36 0 10 121 3A 3D
Octal 277 141 325 12 66 0 20 441 72 75
Binary 10111111 1100001 11010101 1010 110110 0 10000 100100001 111010 111101

Color Harmonies of #BF61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61D5

Black with #BF61D5

Text Example


Text Example

White with #BF61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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