Html Css Color HEX #BF5BE8 Medium Orchid

📋 copy color: '#BF5BE8'

red 191 ◦ green 91 ◦ blue 232

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

Shades of Medium Orchid #BF5BE8

Tints of Medium Orchid #BF5BE8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.7%

 BLUE value IS 232 (91.02% from 255) = 45.14%

R = 37.16%
G = 17.7%
B = 45.14%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF5BE8 (or 0xBF5BE8) is known color: Medium Orchid. HEX triplet: BF, 5B and E8. RGB value is (191,91,232). Sum of RGB (Red+Green+Blue) = 191+91+232=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF5BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5BE8 is #40A417. Grayscale: #888888. Windows color (decimal): -4236312 or 15227839. OLE color: 15227839.

HSL color Cylindrical-coordinate representation of color #BF5BE8: hue angle of 282.55º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5BE8 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 91 232 -
CMYK 0.18 0.61 0 0.09
HSL 282.55º 0.75% 0.63% -
HSV(B) 282.55º 0.61% 0.91% -
XYZ 39.79 24.38 78.95 -
YUV 136.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 191 91 232 0.18 0.61 0 0.09 282.55 0.75 0.63
Hex BF 5B E8 12 3D 0 9 11B 4B 3F
Octal 277 133 350 22 75 0 11 433 113 77
Binary 10111111 1011011 11101000 10010 111101 0 1001 100011011 1001011 111111

Color Harmonies of #BF5BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5BE8

Black with #BF5BE8

Text Example


Text Example

White with #BF5BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5BE8; }

 p { color: rgb(191,91,232); }

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

background-color css

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

 a { background-color: rgb(191,91,232); }

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

border-color css

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

 span { border-color: rgb(191,91,232); }

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