Html Css Color HEX #BF56EB Medium Orchid

📋 copy color: '#BF56EB'

red 191 ◦ green 86 ◦ blue 235

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

Shades of Medium Orchid #BF56EB

Tints of Medium Orchid #BF56EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.8%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 37.3%
G = 16.8%
B = 45.9%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF56EB (or 0xBF56EB) is known color: Medium Orchid. HEX triplet: BF, 56 and EB. RGB value is (191,86,235). Sum of RGB (Red+Green+Blue) = 191+86+235=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF56EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56EB is #40A914. Grayscale: #858585. Windows color (decimal): -4237589 or 15423167. OLE color: 15423167.

HSL color Cylindrical-coordinate representation of color #BF56EB: hue angle of 282.28º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF56EB is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 86 235 -
CMYK 0.19 0.63 0 0.08
HSL 282.28º 0.79% 0.63% -
HSV(B) 282.28º 0.63% 0.92% -
XYZ 39.81 23.73 81.08 -
YUV 134.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 191 86 235 0.19 0.63 0 0.08 282.28 0.79 0.63
Hex BF 56 EB 13 3F 0 8 11A 4F 3F
Octal 277 126 353 23 77 0 10 432 117 77
Binary 10111111 1010110 11101011 10011 111111 0 1000 100011010 1001111 111111

Color Harmonies of #BF56EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56EB

Black with #BF56EB

Text Example


Text Example

White with #BF56EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56EB; }

 p { color: rgb(191,86,235); }

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

background-color css

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

 a { background-color: rgb(191,86,235); }

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

border-color css

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

 span { border-color: rgb(191,86,235); }

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