Html Css Color HEX #BF3EDD Medium Orchid

📋 copy color: '#BF3EDD'

red 191 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #BF3EDD

Tints of Medium Orchid #BF3EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 40.3%
G = 13.08%
B = 46.62%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF3EDD (or 0xBF3EDD) is known color: Medium Orchid. HEX triplet: BF, 3E and DD. RGB value is (191,62,221). Sum of RGB (Red+Green+Blue) = 191+62+221=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EDD is #40C122. Grayscale: #767676. Windows color (decimal): -4243747 or 14499519. OLE color: 14499519.

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

Color convert

RGB 191 62 221 -
CMYK 0.14 0.72 0 0.13
HSL 288.68º 0.7% 0.55% -
HSV(B) 288.68º 0.72% 0.87% -
XYZ 36.26 19.74 70.31 -
YUV 118.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 191 62 221 0.14 0.72 0 0.13 288.68 0.7 0.55
Hex BF 3E DD E 48 0 D 121 46 37
Octal 277 76 335 16 110 0 15 441 106 67
Binary 10111111 111110 11011101 1110 1001000 0 1101 100100001 1000110 110111

Color Harmonies of #BF3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EDD

Black with #BF3EDD

Text Example


Text Example

White with #BF3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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