Html Css Color HEX #BF3EDE Medium Orchid

📋 copy color: '#BF3EDE'

red 191 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #BF3EDE

Tints of Medium Orchid #BF3EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 40.21%
G = 13.05%
B = 46.74%

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

#BF3EDE (or 0xBF3EDE) is known color: Medium Orchid. HEX triplet: BF, 3E and DE. RGB value is (191,62,222). Sum of RGB (Red+Green+Blue) = 191+62+222=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EDE is #40C121. Grayscale: #767676. Windows color (decimal): -4243746 or 14565055. OLE color: 14565055.

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

Color convert

RGB 191 62 222 -
CMYK 0.14 0.72 0 0.13
HSL 288.38º 0.71% 0.56% -
HSV(B) 288.38º 0.72% 0.87% -
XYZ 36.39 19.8 71.01 -
YUV 118.81 186.24 179.49 -
System Red Green Blue C M Y K H S L
Decimal 191 62 222 0.14 0.72 0 0.13 288.38 0.71 0.56
Hex BF 3E DE E 48 0 D 120 47 38
Octal 277 76 336 16 110 0 15 440 107 70
Binary 10111111 111110 11011110 1110 1001000 0 1101 100100000 1000111 111000

Color Harmonies of #BF3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EDE

Black with #BF3EDE

Text Example


Text Example

White with #BF3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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