Html Css Color HEX #BF3ED5 Medium Orchid

📋 copy color: '#BF3ED5'

red 191 ◦ green 62 ◦ blue 213

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

Shades of Medium Orchid #BF3ED5

Tints of Medium Orchid #BF3ED5

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

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

R = 40.99%
G = 13.3%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF3ED5 (or 0xBF3ED5) is known color: Medium Orchid. HEX triplet: BF, 3E and D5. RGB value is (191,62,213). Sum of RGB (Red+Green+Blue) = 191+62+213=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF3ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ED5 is #40C12A. Grayscale: #757575. Windows color (decimal): -4243755 or 13975231. OLE color: 13975231.

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

Color convert

RGB 191 62 213 -
CMYK 0.10 0.71 0 0.16
HSL 291.26º 0.64% 0.54% -
HSV(B) 291.26º 0.71% 0.84% -
XYZ 35.22 19.33 64.82 -
YUV 117.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 191 62 213 0.10 0.71 0 0.16 291.26 0.64 0.54
Hex BF 3E D5 A 47 0 10 123 40 36
Octal 277 76 325 12 107 0 20 443 100 66
Binary 10111111 111110 11010101 1010 1000111 0 10000 100100011 1000000 110110

Color Harmonies of #BF3ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3ED5

Black with #BF3ED5

Text Example


Text Example

White with #BF3ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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