Html Css Color HEX #BF5EEC Medium Orchid

📋 copy color: '#BF5EEC'

red 191 ◦ green 94 ◦ blue 236

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

Shades of Medium Orchid #BF5EEC

Tints of Medium Orchid #BF5EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.04%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 36.66%
G = 18.04%
B = 45.3%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF5EEC (or 0xBF5EEC) is known color: Medium Orchid. HEX triplet: BF, 5E and EC. RGB value is (191,94,236). Sum of RGB (Red+Green+Blue) = 191+94+236=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF5EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EEC is #40A113. Grayscale: #8A8A8A. Windows color (decimal): -4235540 or 15490751. OLE color: 15490751.

HSL color Cylindrical-coordinate representation of color #BF5EEC: hue angle of 280.99º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5EEC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 94 236 -
CMYK 0.19 0.60 0 0.07
HSL 280.99º 0.79% 0.65% -
HSV(B) 280.99º 0.6% 0.93% -
XYZ 40.63 25.14 82.07 -
YUV 139.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 191 94 236 0.19 0.60 0 0.07 280.99 0.79 0.65
Hex BF 5E EC 13 3C 0 7 119 4F 41
Octal 277 136 354 23 74 0 7 431 117 101
Binary 10111111 1011110 11101100 10011 111100 0 111 100011001 1001111 1000001

Color Harmonies of #BF5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EEC

Black with #BF5EEC

Text Example


Text Example

White with #BF5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EEC; }

 p { color: rgb(191,94,236); }

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

background-color css

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

 a { background-color: rgb(191,94,236); }

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

border-color css

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

 span { border-color: rgb(191,94,236); }

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