Html Css Color HEX #BF55EF Medium Orchid

📋 copy color: '#BF55EF'

red 191 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #BF55EF

Tints of Medium Orchid #BF55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.5%

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

R = 37.09%
G = 16.5%
B = 46.41%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF55EF (or 0xBF55EF) is known color: Medium Orchid. HEX triplet: BF, 55 and EF. RGB value is (191,85,239). Sum of RGB (Red+Green+Blue) = 191+85+239=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55EF is #40AA10. Grayscale: #858585. Windows color (decimal): -4237841 or 15685055. OLE color: 15685055.

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

Color convert

RGB 191 85 239 -
CMYK 0.20 0.64 0 0.06
HSL 281.3º 0.83% 0.64% -
HSV(B) 281.3º 0.64% 0.94% -
XYZ 40.31 23.81 84.13 -
YUV 134.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 191 85 239 0.20 0.64 0 0.06 281.3 0.83 0.64
Hex BF 55 EF 14 40 0 6 119 53 40
Octal 277 125 357 24 100 0 6 431 123 100
Binary 10111111 1010101 11101111 10100 1000000 0 110 100011001 1010011 1000000

Color Harmonies of #BF55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55EF

Black with #BF55EF

Text Example


Text Example

White with #BF55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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