Html Css Color HEX #BF5EEF Medium Orchid

📋 copy color: '#BF5EEF'

red 191 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #BF5EEF

Tints of Medium Orchid #BF5EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 36.45%
G = 17.94%
B = 45.61%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF5EEF (or 0xBF5EEF) is known color: Medium Orchid. HEX triplet: BF, 5E and EF. RGB value is (191,94,239). Sum of RGB (Red+Green+Blue) = 191+94+239=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EEF is #40A110. Grayscale: #8B8B8B. Windows color (decimal): -4235537 or 15687359. OLE color: 15687359.

HSL color Cylindrical-coordinate representation of color #BF5EEF: hue angle of 280.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5EEF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 94 239 -
CMYK 0.20 0.61 0 0.06
HSL 280.14º 0.82% 0.65% -
HSV(B) 280.14º 0.61% 0.94% -
XYZ 41.07 25.31 84.38 -
YUV 139.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 191 94 239 0.20 0.61 0 0.06 280.14 0.82 0.65
Hex BF 5E EF 14 3D 0 6 118 52 41
Octal 277 136 357 24 75 0 6 430 122 101
Binary 10111111 1011110 11101111 10100 111101 0 110 100011000 1010010 1000001

Color Harmonies of #BF5EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EEF

Black with #BF5EEF

Text Example


Text Example

White with #BF5EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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