Html Css Color HEX #BF53EC Medium Orchid

📋 copy color: '#BF53EC'

red 191 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #BF53EC

Tints of Medium Orchid #BF53EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 37.45%
G = 16.27%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF53EC (or 0xBF53EC) is known color: Medium Orchid. HEX triplet: BF, 53 and EC. RGB value is (191,83,236). Sum of RGB (Red+Green+Blue) = 191+83+236=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF53EC is #40AC13. Grayscale: #848484. Windows color (decimal): -4238356 or 15487935. OLE color: 15487935.

HSL color Cylindrical-coordinate representation of color #BF53EC: hue angle of 282.35º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF53EC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 83 236 -
CMYK 0.19 0.65 0 0.07
HSL 282.35º 0.8% 0.63% -
HSV(B) 282.35º 0.65% 0.93% -
XYZ 39.72 23.32 81.76 -
YUV 132.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 191 83 236 0.19 0.65 0 0.07 282.35 0.8 0.63
Hex BF 53 EC 13 41 0 7 11A 50 3F
Octal 277 123 354 23 101 0 7 432 120 77
Binary 10111111 1010011 11101100 10011 1000001 0 111 100011010 1010000 111111

Color Harmonies of #BF53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF53EC

Black with #BF53EC

Text Example


Text Example

White with #BF53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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