Html Css Color HEX #BF53EF Medium Orchid

📋 copy color: '#BF53EF'

red 191 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #BF53EF

Tints of Medium Orchid #BF53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.18%

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

R = 37.23%
G = 16.18%
B = 46.59%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF53EF (or 0xBF53EF) is known color: Medium Orchid. HEX triplet: BF, 53 and EF. RGB value is (191,83,239). Sum of RGB (Red+Green+Blue) = 191+83+239=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 83 (32.81% from 255 or 16.18% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF53EF is #40AC10. Grayscale: #848484. Windows color (decimal): -4238353 or 15684543. OLE color: 15684543.

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

Color convert

RGB 191 83 239 -
CMYK 0.20 0.65 0 0.06
HSL 281.54º 0.83% 0.63% -
HSV(B) 281.54º 0.65% 0.94% -
XYZ 40.16 23.49 84.08 -
YUV 133.08 187.78 169.32 -
System Red Green Blue C M Y K H S L
Decimal 191 83 239 0.20 0.65 0 0.06 281.54 0.83 0.63
Hex BF 53 EF 14 41 0 6 11A 53 3F
Octal 277 123 357 24 101 0 6 432 123 77
Binary 10111111 1010011 11101111 10100 1000001 0 110 100011010 1010011 111111

Color Harmonies of #BF53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53EF

Black with #BF53EF

Text Example


Text Example

White with #BF53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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